Basic Auth

2007-09-05 Thread Aaron Dalton
ndler to have access to the username provided when the user authenticated. I thought what I wanted was $r->get_remote_logname(), but that's not working. How do I obtain this information? Thank you for your time and patience. -- Aaron Dalton | Super Duper Games [EMAIL PROTECTE

Re: Basic Auth

2007-09-05 Thread Aaron Dalton
Michael Peters wrote: > Aaron Dalton wrote: >> I have done some Googling, but can't seem to find an answer to what >> appears to me to be a pretty straightforward question. I am running >> Apache 2.2.4 with SSL and mod_perl. I have a virtual host protected by >> B

Handler Chain (based on request method)

2009-10-28 Thread Aaron Dalton
I'm using mod_perl and CGI::Application::Dispatch to create a RESTful web application. In the one resource, GETs should be sent to the default handler, and all other requests to the dispatcher. I have tried using and , but they do not appear to be working. The handlers get processed regardless.