in reply to Re: Getting username and password from the URL.
in thread Getting username and password from the URL.

If you really need the password, there is a way you can get it, but not from the CGI script itself. You can use mod_auth_external to do your authentications

Actually, I only need apache to ask for the username and password, and then do the authentication on the CGI script. I don't need apache to check for the password..

  • Comment on RE: Re: Getting username and password from the URL.