Log entire header & cookie

Hi,

Is there a variable which stores entire header & cookie in a single
string ?

I want to log the entire request header. But dont want to specify each
$http_HEADER.

Posted at Nginx Forum:

Hello!

On Tue, Mar 20, 2012 at 05:21:28AM -0400, rishabh wrote:

Hi,

Is there a variable which stores entire header & cookie in a single
string ?

I want to log the entire request header. But dont want to specify each
$http_HEADER.

No, there is no such variable. It would be fine to add one
though, as it looks like something useful in some cases.

Maxim D.