#Real ip address

24 messages · Page 1 of 1 (latest)

west tiger
#

Is there a way to see real ip address of the originating connection to my web service? Maybe via a header? Normally I just see internal ip addresses

dapper dune
#

You could check x-forwarded-for maybe on the header. I’m also interested since I needed to check an ips for my websocket connections to prevent users from abusing my system

#

I’d just deploy a simple api and log all the headers you receive, you might see an ip listed in it

pallid crag
#

the header for the real IP is X-Forwarded-For

celest lindenBOT
terse timber
pallid crag
terse timber
#

oh X-Envoy doesn't work anymore?

#

brody, is X-Forwarded-For formatted like the proper one with semicolons and shi

#

and where in the docs

pallid crag
#

we don't use envoy anymore lol

terse timber
#

i searched but maybe i was using the wrong search terms

pallid crag
#

I don't think table contents are indexed

terse timber
#

i remembered the thing you built

#

so i just checked

pallid crag
terse timber
#

X-Real-Ip should only return the latest result though?

#

like the actual client IP

pallid crag
#

correct

terse timber