I've discovered that when you urlfetch() a site from http://www.nytimes.com,
the returned document has status code 301, but when follow_redirects
is true, it returns a 'Too many repeated redirects' error.

example call:

from google.appengine.api import urlfetch
fetch_page = urlfetch.fetch("http://www.nytimes.com/2009/04/19/jobs/
19pre.html?_r=1", follow_redirects=True)


I'm guessing this might be because of the request user-agent or
something. Has anyone run into this sort of problem?

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

Reply via email to