in reply to Re: Get the order of HTTP request headers
in thread Get the order of HTTP request headers

The problem is not in HTTP::Headers as I see it. As soon as I pass the %ENV hash or even CGI->http to HTTP::Headers->new(), I lose the order of the headers.

Thus I think I need to approach this problem by looking closer to the web server (Apache in this case) rather than rely on CGI.

  • Comment on Re^2: Get the order of HTTP request headers