[google-appengine] [python] Handling cookies with urlfetch service

2011-12-06 Thread ML
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.



[google-appengine] 407 Proxy Authentication Required for ISA

2011-08-03 Thread vineeth ml
We have created a webservice using PROTORPC and we get json response
in different methods.
But when trying to access this webservice from other domains we get
the " 407 Proxy Authentication Required for ISA server" error. Can we
add domains that are allowed to access this service.Is there any
workaround for this.
How can i  provide my webservice to the mass.

Regards
Vineeth

-- 
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.