I am sending a request to a php server with a XML in the content:
POST /index3.php HTTP/1.0
Connection: Close
Accept: application/xml
Content-Type: text/xml
<?xml version="1.0" encoding="UTF-8"?>
<root />
I've checked in globals vars (like $_GET
, $_POST
, $_ENV
, $_FILES
, $_REQUEST
...) but they are all empty.
How could I retrieve the content in the server?