I'm developing a client/server application. What i'm trying to do is
fetch a certain url but im getting the error above. This is my code:

from google.appengine.api import urlfetch
url = 'http://localhost:8081/serversample'
response = urlfetch.fetch(url=url, method=urlfetch.GET, headers=
{'Accept-encoding': '*/*'})

I tried plugging in: http://www.google.com and it is working




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