5 ms·
I thought goople app engine didnt allow outgoing connections http://code.google.com/appengine/docs/python/tools/devserver.html#Using_URL_Fetch http://code.goog
by skwiddor 17y ago
I thought goople app engine didnt allow outgoing connections
http://code.google.com/appengine/docs/python/tools/devserver.html#Using_URL_Fetch http://code.google.com/appengine/docs/python/tools/devserver...
Using URL Fetch
When your application uses the URL fetch API to make an HTTP request, the development web server makes the request directly from your computer. The behavior may differ from when your application runs on App Engine if you use a proxy server for accessing websites.