How do you implement your own authentication in Apache::ASP, anyway? I
can't seem to get it to work.
I did this:
$Response->{Status} = 401;
$Response->AddHeader('WWW-Authenticate', 'basic realm="MyRealm"');
But Apache mangles the WWW-Authenticate header:
HTTP/1.1 401 Authorization Required
Date: Tue, 26 Jun 2001 16:05:21 GMT
Server: Apache/1.3.19 (Unix) mod_gzip/1.3.19.1a mod_perl/1.25
WWW-Authenticate: Basic realm="
and my web browser complained that it didn't recognize the authentication
method.
-Philip Mak ([EMAIL PROTECTED])
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]