vote up 0 vote down star

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!

flag

74% accept rate

2 Answers

vote up 1 vote down check

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

link|flag
vote up 1 vote down

How about this one ?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.