I'm curious if something like this:

http://www.rgagnon.com/javadetails/java-0441.html

Can be done with web2py?

Essentially I need to:

response.status = 401
response.headers["WWW-Authenticate"] = "NTLM"

>From a controller.

The response.status doesn't seem to do anything as it still returns 200.

Any ideas?

Thanks.

Reply via email to