Re: [appengine-java] Forwarding a request to a external URL preserve IP - Can it be done?

2010-03-04 Thread Jeff Schnitzer
The short answer is no, this is not possible. It's not an appengine issue, IP networks just don't work that way. Jeff On Wed, Mar 3, 2010 at 8:47 AM, mscwd01 mscw...@gmail.com wrote: Hey, Is there a method in which I can receive a request and then forward the same request to an external URL

[appengine-java] Forwarding a request to a external URL preserve IP - Can it be done?

2010-03-03 Thread mscwd01
Hey, Is there a method in which I can receive a request and then forward the same request to an external URL (not redirect)? Importantly, the IP address of the device which made the initial request MUST be preserved. It must look, to the external URL, that the request came from the device which