in reply to PHP_AUTH_USER type authentication
Do those contain the Basic-Authentication / Digest-Authentication credentials? You can fetch the user name using $cgi->remote_user() or $ENV{REMOTE_USER}. The password, however, is not provided by CGI. (It wouldn't be there in the CGI version of PHP either.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: PHP_AUTH_USER type authentication
by artist (Parson) on Apr 27, 2007 at 14:58 UTC | |
by naikonta (Curate) on Apr 27, 2007 at 18:15 UTC |