Re: note_basic_auth_failed failed
by CROMBEZ Emmanuel other posts by this author
Nov 2 2009 8:09AM messages near this date
Re: note_basic_auth_failed failed
|
Storing config values in-memory between sessions
André Warnier a écrit :
> CROMBEZ Emmanuel wrote:
> > Hello, I try to use PerlAuthzHandler but the return HTTP_UNAUTHORIZED
> > doesn't work.
> >
> What do you mean by "it doesn't work" ?
> Can you give us a clue ?
>
>
In the documentation I read :
$r-> note_basic_auth_failed;
return Apache2::Const::HTTP_UNAUTHORIZED;
This code (in PerlAuthenHandler and PerlAuthzHandler) must return an 401
HTTP error code, but I have a 200 !
First, I thought "the handler is not called", I added some log, and the
handler is called.
Thread:
CROMBEZ Emmanuel
aw
CROMBEZ Emmanuel
|