Get custom header from client [message #179619] |
Wed, 14 November 2012 03:07 |
cph
Messages: 10 Registered: September 2012
Karma: 0
|
Junior Member |
|
|
I have a PHP script that when accessed there is supposed to be a custom X header included with the HTTP call. How can I access it? I am running php-fpm with nginx on centos if that matters.
|
|
|
Re: Get custom header from client [message #179620 is a reply to message #179619] |
Wed, 14 November 2012 04:13 |
cph
Messages: 10 Registered: September 2012
Karma: 0
|
Junior Member |
|
|
On Tuesday, November 13, 2012 7:07:02 PM UTC-8, cph wrote:
> I have a PHP script that when accessed there is supposed to be a custom X header included with the HTTP call. How can I access it? I am running php-fpm with nginx on centos if that matters.
Finally found how to word my Google search before everything was how to send headers with PHP. I did find even custom headers are loaded into $_SERVER.
|
|
|