in reply to Re: HTTP Header retrieval from Perl on Apache Server
in thread HTTP Header retrieval from Perl on Apache Server
It's going to be a lot faster and more efficient to use Apache to redirect the requests.
That being said, the request method is always available in $ENV{REQUEST_METHOD}, or in the CGI module as $query->request_method().