My IP
This is the address our web server sees your connection coming from — not a geolocation lookup, just
$_SERVER['REMOTE_ADDR']. If you're behind a VPN, proxy, or corporate NAT, this is that intermediary's address, not necessarily your device's.Your IP address
216.73.216.220
Your request also carried an
X-Forwarded-For header (216.73.216.220) — usually set by a proxy/load balancer in front of the connection; we still show REMOTE_ADDR above since forwarded headers can be spoofed by the client and aren't reliable on their own.Request details your browser sent
| User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| Accept-Language | — |
| Protocol | HTTP/1.1 |
Advertisement