Thanks for your answer.
Unfortunately it would be difficult for me to find out exactly how the flash
app is sending the request, so instead I

replaced:
$givenData = $HTTP_RAW_POST_DATA;

with:
$givenData=file_get_contents("php://input");

and that solved the problem.

Thanks again for the help.
SWK

-- 
View this message in context: 
http://www.nabble.com/%24HTTP_RAW_POST_DATA-tf3539001.html#a9939604
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to