List of all request headers in perl?

Bob S. farseas at gmail.com
Tue Dec 18 02:38:44 UTC 2012


This may help:

View HTTP Request and Response Header <http://web-sniffer.net/>


On Mon, Dec 17, 2012 at 5:29 PM, E. Westbrook <nginx at westbrook.com> wrote:

>  Hi!
>
> I'm new to the list; so please accept my apologies and do kindly correct
> me if I've missed something in my research, or if I'm not complying with
> any particular social custom or etiquette on this list.
>
> I'm using nginx's integrated perl support, and all is going well so far,
> but I'm missing one critical thing right now:  a way to get a list of all
> of the request headers.
>
> I can certainly use $r->header_in() to obtain any given specific header,
> which works well if I know the header in advance -- but in my case I need
> to iterate all of the incoming request headers, even (especially, actually)
> headers whose presence I would not have anticipated.
>
> I do see some references to Nginx modules on CPAN, and in at least one of
> those, a $r->headers_in() method...  but those modules are not the same
> animal as the built-in "nginx" module, are they.
>
> Please help!
>
> Thanks,
> Eric
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20121217/2ade9838/attachment.html>


More information about the nginx mailing list