If I use Google's taskqueue.add(), it keeps giving me a 303 error over and 
over in the logs because it tries to use the HTTP version of the page the 
POST is sent to, but I have request.requires_https() in my db.py.  I can't 
find a way for taskqueue to attempt an HTTPS connection.

Removing request.requires_https() solves the issue, but isn't quite ideal.

Anyone know a way around this?

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to