vote up 0 vote down star

Documentation says (http://code.google.com/appengine/docs/java/urlfetch/overview.html#Request_Headers):

These headers are set to accurate values by App Engine, as appropriate

Does the value for X-Forwarded-For included some identity of the gae application?

flag

56% accept rate

1 Answer

vote up 1 vote down check

Currently, X-Forwarded-For appears to be unset in requests made by URLFetch.

You can verify this for yourself by going to http://shell.appspot.com/ and doing a URLFetch for a site that echoes HTTP requests - for example, http://www.showhttprequest.com/ . App Engine sets the User Agent string to "AppEngine-Google; (+http://code.google.com/appengine)", but doesn't set X-Forwarded-For at all.

link|flag

Your Answer

Get an OpenID
or

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