Silver Dragon
Silver Dragon

Reputation: 5560

Google App Engine proxy

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

Answers (3)

eddyparkinson
eddyparkinson

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

Steven Kryskalla
Steven Kryskalla

Reputation: 14659

I've found this proxy app from the Downy project works very well.

Upvotes: 2

Related Questions