Hey all, quick Q for any PHP gurus out there...
If you've ever used the Live HTTP Headers addon in firefox, you know it spits out all the headers, not just one. But get_headers in php only returns one in an array.
Problem is, the header I need is like the 15th one to get passed on this site. It's a GET request for a file on another server and the output from Live HTTP Headers is the only place I've been able to find it referenced.
Anyone know what function I need to be looking at to return ALL the damn headers?
If you've ever used the Live HTTP Headers addon in firefox, you know it spits out all the headers, not just one. But get_headers in php only returns one in an array.
Problem is, the header I need is like the 15th one to get passed on this site. It's a GET request for a file on another server and the output from Live HTTP Headers is the only place I've been able to find it referenced.
Anyone know what function I need to be looking at to return ALL the damn headers?