Re: header_out/AUTH_REQUIRE

2001-01-24 Thread Doug MacEachern
On Mon, 22 Jan 2001, Thomas Plathe wrote: > 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 li

RE: header_out/AUTH_REQUIRE

2001-01-23 Thread Rob Bloodgood
> 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. This is (one of) the relevant sectio