Hi, I am trying to fetch a wepage from my application, but it often results in a DeadlineExceededError. The reason for that is most likely that a lot of redirects happen in the background (unfortunately the webpage is such, and I cannot do anything about that).
I was wondering about how to circumvent that. I could disable handling the redirects and read all replies and handle the redirects myself. However, the webpage sets several cookies, but I could not find a way to pass several cookies to urlfetch. Is there a way? Or can you recommend some other approach to tackle this problem? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
