Some hackers say that you can "Run Your Own Free Proxy Through the
Google App Engine." I tried TidyProxy

http://www.tidytutorials.com/2009/12/simple-java-proxy-servlet-using.html

with

        <servlet-mapping>
                <url-pattern>/</url-pattern>

It works locally. Deployed, requesting absolute url,

  GET  http://domain.com/  HTTP/1.1

redirects the browser to google.com

  HTTP/1.1 302 Found
  Location: http://www.google.ee/

-- 
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.

Reply via email to