Reputation: 5560
What would be the simplest implementation of a proxy written for GAE, which relays every URL (including POST, and header data) to a remote HTTP host, and return with it's result (with special consideration to error codes)? Please apply KISS principles!
Upvotes: 3
Views: 2800
Reputation: 3780
How about [this one][1] ?
[1]: https://web.archive.org/web/20130102032034/http://google.com:80/codesearch/p#SKzQ5XqR4js/trunk/README&q=appengine http proxy
Upvotes: 1
Reputation: 3700
Downy, did not work with ajax/GAS. Use http://code.google.com/p/bs2grproxy/ BS2 GAE Reverse Proxy. I used it, with ajax (GAS), works fine.
Upvotes: 1
Reputation: 14659
I've found this proxy app from the Downy project works very well.
Upvotes: 2