Hi All,

When attempting to load the following URL on the development server I
am successfully able to retrieve the expected result.  However, when
attempting to load the same URL in the production environment I am not
receiving the same response.  I have posted 2 examples.  The first
works exactly the same on both development and production.  The second
only returns the expected result on the development.

Working as expected:

url = 'http://dbpedia.org/resource/Companion'
result = urlfetch.fetch(url=url, headers={'Accept': 'application/rdf
+xml'})


Different behaviour on development vs. production.

url = 'http://dbpedia.org/resource/Companion_(manga)'
result = urlfetch.fetch(url=url, headers={'Accept': 'application/rdf
+xml'})


Has anyone run into anything like this?

Thanks, 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