I want to handle http requests through another web server or my own written server in the future.
I want to understand how to properly provide php with request data.
- in what form should the request data be provided
- how data is provided by php, via stdin or otherwise
- how php processes the received request data subsequently, any additional actions necessary to fill in the variables $ _SERVER, etc.
source
share