I was wondering how I can force basic auth on just one url?
I have this. from this page http://www.web2py.com/book/default/chapter/08#Access-Control-and-Basic-Authentication @auth.requires_login() def stream():auth.settings.allow_basic_login = True (this is set to False in the book)
return dict() Thanks. David.

