atom feed2 messages in ru.sysoev.nginxRe: Read the value of a header?
FromSent OnAttachments
Fred PalmerNov 19, 2007 11:48 am 
Igor SysoevNov 19, 2007 11:57 am 
Subject:Re: Read the value of a header?
From:Igor Sysoev (is-G@public.gmane.org)
Date:Nov 19, 2007 11:57:54 am
List:ru.sysoev.nginx

On Mon, Nov 19, 2007 at 01:49:06PM -0600, Fred Palmer wrote:

Is it possible to read the value of a request's header and then put it into a variable of some kind? I want to be able to log a special value in a header.

A value of the client header "Some-Header" is available as the $http_some_header variable.