$http_HEADER

Does the $http_HEADER have custom headers?

example
X-Auth-Token=0123456789

does $http_x_auth_token is it defined and have a value?

On 25 September 2011 01:39, Shaun savage [email protected] wrote:

Does the $http_HEADER have custom headers?

example
X-Auth-Token=0123456789

does $http_x_auth_token is it defined and have a value?

http://wiki.nginx.org/HttpCoreModule#.24http_HEADER

HTH,
Jonathan

Jonathan M.
London, UK
http://www.jpluscplusm.com/contact.html

I was using curl and the header was formated wrong, my bad.
It works as expected.