Greetings all.

I found out that FileGenerator may let me grab output from a PHP page that outputs _javascript_ code (header("Content-Type: text/_javascript_");):
Unfortunately it does NOT propagate the POST data sent by _javascript_ JSON call.

<!--sitemap snip-->
<map:match pattern="*.json">
  <map:generate type="text" mime-type="application/_javascript_" src="" href="http://www.myhost.com/{1}.php"> http://www.myhost.com/{1}.php">
  <map:serialize type="text">
</map:match>

Indeed i successfully receive the _javascript_ string that i produce from PHP, but PHP does NOT receive POST data from JSON call.

The QUESTION is: i DO POST data from browser _javascript_ function ---> to cocoon --> arriving to PHP and back, but in some way in PHP i don't see any parameter sent by the browser, so i presume that cocoon is NOT sending the params that browser sent to it through calling xmlhttp.send.

I tested the example using just php and it is functioning good (POST data from json call is in $GLOBALS['HTTP_RAW_POST_DATA']), but when i pass through cocoon i loose POST data in some way.

Is there any way i can POST data in _javascript_ to a PHP page ?

May a gentle soul between U all give me an hint (and maybe a piece of code) that can drive me to solution, please?

Any idea is well accepted.

thanks in advance to all.

Maurizio
-----------

Reply via email to