Hey,

I need to manage Google Alerts in my app, so I found this lib
http://pypi.python.org/pypi/galerts
It works outside of GAE env nicely, but does not want to on Appengine.

So then I discovered that any urllib library on GAE does not support
cookies and redirects out of the box, so I used this solution
http://everydayscripting.blogspot.com/2009/08/google-app-engine-cookie-handling-with.html
But it's keep showing me login page all time.

Any clues?
Did something change in GAE while handling cookies?

Regards, Matt

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to