On Nov 11, 10:48 pm, Terry <[email protected]> wrote: > Hi, > I want to find an program which could transfer my HTTP request to > Google App Engine, and fetch the result from the GAE, so it won't be > blocked by some firewalls, does anyone have any idea if there exists > such kind of program on GAE all ready?
It's called a proxy server, and if it's already on GAE it most likely won't work because it would be blocked by the same firewall blocking requests to the other application. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
