Anon
04-19-2002, 07:55 PM
Hi !
I have installed PHP as a module, but I still
have problems with authentication.
I use the following code :
header("WWW-Authenticate: Basic realm=\"My Realm\"");
header("HTTP/1.0 401 Unauthorized");
The authentication dialog is showed.
I enter user and passwd and submits.
The dialog is still left but with
the password field empty.
I press the OK button again now the user
field is empty. I press OK button again
and now the dialog disappears.
It would be terrific if someone can help me !
Regards
Stefan
I have installed PHP as a module, but I still
have problems with authentication.
I use the following code :
header("WWW-Authenticate: Basic realm=\"My Realm\"");
header("HTTP/1.0 401 Unauthorized");
The authentication dialog is showed.
I enter user and passwd and submits.
The dialog is still left but with
the password field empty.
I press the OK button again now the user
field is empty. I press OK button again
and now the dialog disappears.
It would be terrific if someone can help me !
Regards
Stefan