We have a proxy that needs to send the client's IP address to GAE.
We tried setting a custom HTTP header of "X-client-ip", but that seems
to get filtered by GAE.
We could include the info in use User-Agent, but that seems hack-ish.

The doc (http://code.google.com/appengine/docs/java/runtime.html )
says:
Request Headers
"An incoming HTTP request includes the HTTP headers sent by the
client. For security purposes, some headers are sanitized or amended
by intermediate proxies before they reach the application."

So what custom header name can we use?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to