You can use, http://php.net/getallheaders function and parse the
authentication header.
For basic authentication, username and password are kept base64
encoded and separated by a ":"
Shiplu Mokaddim
My talks, http://talk.cmyweb.net
Follow me, http://twitter.com/shiplu
SUST Programmers, http://gro
On 04/04/10 22:04, Satz Klauer wrote:
Hi,
I'm running a system with Fedora 12 and Apache/PHP default installation.
That means PHP is used as module in Apache, it is NOT running as CGI.
Nevertheless for the latest PHP version installed there
$_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'] and
Hi,
I'm running a system with Fedora 12 and Apache/PHP default installation.
That means PHP is used as module in Apache, it is NOT running as CGI.
Nevertheless for the latest PHP version installed there
$_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'] and
$_SERVER['REMOTE_USER'] do no longer wo
3 matches
Mail list logo