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:
http://forum.nginx.org/read.php?2,224062,224062#msg-224062
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.