[mod_python] Query about authentication/authorization win Apache on Win32

Adrien Plisson rien at yeepa.org
Tue Apr 23 11:32:36 EST 2002


From: "Nik Barron" <Nik.Barron at pennantplc.co.uk>
> Anyone got any ideas? Still having hassle with this.

try to test in your authenhandler if the username or password is bad.
if it is, then return a 401 (Authorisation required) error code, in addition
with this header:
WWW-Authenticate: Basic realm="nicepeople"

--
rien




More information about the Mod_python mailing list