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.

This well known tutorial is all over the web for creating a python proxy using google app engine: http://www.labnol.org/internet/setup-proxy-server/12890/

If anyone has experience using it, how do you change the user agent in the script?

share|improve this question

1 Answer

GAE does not allow you to fully set User-agent header: it allows you to set the header but will always add AppEngine-Google; (+http://code.google.com/appengine) to the end of it.

See this issue: http://code.google.com/p/googleappengine/issues/detail?id=342

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.