Hi everyone!
Just a very quick question:
Is there a way to determine the remote IP of the client that uploaded a Blob to App Engine? The regular "<request>.getRemoteAddr()" function returns the IP of the Google server that handled the upload and at least in dev-mode, the only extra header field I see is "X-AppEngine-BlobUpload = true", which isn't helpful.
Thanks,
Markus