Hi,

I'm working on cloud function projet with nodejs express

I'm trying to get the request user city location.

My request coming from france but every test I get the google US "mountain 
view" location....

I'm trying 3 differents technique to get ip

   - req.connection.remoteAddress
   - x-appengine-user-ip
   - x-forwarded-for

Also  I config express with* app.set('trust proxy', true);*

But anycase I got google server IP instead request user ip ?

many thanks

renaud

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f16085eb-d606-47a9-8503-248a5a475457%40googlegroups.com.

Reply via email to