RE: POST method and PerlAuthenHandler

2011-02-02 Thread James B. Muir
Subject: Re: POST method and PerlAuthenHandler Use apreq. From: James B. Muir james.b.m...@hitchcock.org To: modperl@perl.apache.org 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

POST method and PerlAuthenHandler

2011-01-27 Thread James B. Muir
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