When I puts env (say, in a rack middleware), I get the following
fields related to IP addresses:

"HTTP_X_REAL_IP"=>"10.245.134.175",
"HTTP_X_FORWARDED_FOR"=>"10.245.134.175, 10.195.207.240",
"REMOTE_ADDR"=>"10.194.119.63"

Those are all private ips (10.xxx).

How are y'all getting the client IP? What am I missing?

Thanks!

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

Reply via email to