I'm trying to access the raw HTTP request sent to the server in PHP.
However, all the input/output streams are not working.
I can't use php://input, and I don't want to have to "interpolate" the request from the arrays such as $_COOKIES, $_POST, etc. $_POST, $_GET and the other arrays are working fine. I'm using WAMPServer on Windows 7.
Can anyone help me fix the problem with the input/output streams or find another way to get the raw request data?
php://inputdoesn't work, I doubt that other options will work.php://input, it's not always available, see here: php.net/manual/wrappers.php.php - If you need it for the cases it's documented it is not available, please update your question accordingly so that we can tell you how to re-compile PHP w/o such limitations.multipart/form-dataand he didn't read the documentation properly...