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 made the initial request and NOT
from the app engine.

The reason I need to do this is the external URL returns data whose
representation changes regularly. My app engine application will parse
this data and return it to my Android application in a format it
expects.

So is this at all possible?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to