Reputation: 771
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
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