I have a script called api.php on my server. I call it from other server using POST request. Is there any way to get in my api.php raw contents of POST request?
Asked
Active
Viewed 5,142 times
5
-
See http://stackoverflow.com/questions/1361673/get-raw-post-data for POST multipart data. – Artefacto Jul 26 '10 at 19:23