How do I obtain the HTTP headers in response to a POST request I made with PHP?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
How did you issue the POST? I use a socket and then read back the response where I get headers and body. |
|||||||||
|
|
Create an HTTP stream context and pass it into
|
|||
|
|
|
you will find them in the superglobal |
|||
|