blog.sornram9254.com
Answer:How to print all information from an HTTP request to the screen, in PHP
echo file_get_contents( ‘php://input’ ); ref: