header_out/AUTH_REQUIRE

2001-01-22 Thread Thomas Plathe

Hello,

In my PerlAuthenHandler I need to send back the WWW-Authenticate-line.
I use $r-headers_out("WWW-Authenticate" = 'basic realm = "MyName"').
But if i returned from the Handler with "return AUTH_REQUIRED" , Apache
doesn't send this line in the header.
Do I need something else ?

Thanks
Thomas Plathe




AUTH_REQUIRED with MSIE

2001-01-21 Thread Thomas Plathe

Hello,

I have a problem with the PerlAuthenHandler and MSIE. If the user
doesn't send credentials i return with :
return AUTH_REQUIRED;
Netscape's Navigator opens the window for entering username and
passwort.
The MSIE always gives the "Authorization Required" Message. Can anybody
tell me, how i can get MSIE to open the Mask like Navigator? I don't
know if it is a problem in my module or in the preferences of MSIE.

Thanks
Thomas Plathe