Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using Google App Engine behind a proxy server using the Python language. All of the function calls using urlfetch.fetch(url) are failing.

When I run the same code on a machine without a proxy server, it works.

Anyone has an idea how to solve this?

Note: The code upload to prod App Engine does not work also when I'm behind the proxy server.

share|improve this question

1 Answer

This appears to be a known issue. There's a bug filed on it; that page also details some workarounds.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.