e.org
Subject: Re: POST method and PerlAuthenHandler
Use apreq.
From: James B. Muir
To: "modperl@perl.apache.org"
Sent: Thu, January 27, 2011 11:08:24 AM
Subject: POST method and PerlAuthenHandler
Hello,
I am writing a perl authentication module for Apache2 that must inspect some
req
Use apreq.
>
>From: James B. Muir
>To: "modperl@perl.apache.org"
>Sent: Thu, January 27, 2011 11:08:24 AM
>Subject: POST method and PerlAuthenHandler
>
>
>Hello,
>
>I am writing a perl authentication module for Apache2 that must inspect some
&g
Hello,
I am writing a perl authentication module for Apache2 that must inspect some
request parameters before authorizing the requestor and forwarding the request
to a tomcat server via mod_jk.
With the GET request method this is easy, I can inspect the parameters using
$r->args and forward th