Page 1 of 1

Accessing request content data?

Posted: Fri Jul 12, 2002 2:31 am
by EG
Is there a way to access an HTTP request "raw" content data, in the same maner as you access raw headers with getallheaders?

Posted: Fri Jul 12, 2002 4:25 am
by volka
it may be in $HTTP_RAW_POST_DATA or $GLOBALS ["HTTP_RAW_POST_DATA"].
But check your php.ini for always_populate_raw_post_data=On