Bogdacutu
Bogdacutu

Reputation: 771

Google App Engine proxy to one host

Is there any open source app I can upload to Google App Engine, that proxies all requests (including POST and cookies) to a hostname that I choose?

Upvotes: 2

Views: 528

Answers (1)

systempuntoout
systempuntoout

Reputation: 74104

Here you can find a guide and the source code to set up a GAE proxy based on Mirrorr, an open-source web caching project by Brett Slatkin.

Here is a list of other proxy projects.

Upvotes: 2

Related Questions