according to 

http://web2py.com/books/default/chapter/29/09/access-control

"Auth has an optional secure=True argument, which will force authenticated 
pages to go over HTTPS"

by implication I take this to mean that 

from gluon.tools import Auth
auth = Auth(db, secure=False)

in db.py should make 

http://mysite.com/myapp/default/index.html

work fine. But in practice this does not seem to work.  I simply get "Bad 
Request" and I have to use https.

Do I interpret the docs correctly? Do I miss something?

thanks

Daniel

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to