whoami --verbose
this is what cloudflare sees when your request lands at the edge. data pulled live from a pages function reading request headers + cf metadata.
| loading… | fetching /api/whoami |
# raw json
… # notes
- colo is the cloudflare data center handling your request — usually the closest one, but not always (anycast routing, congestion, warp path)
- country / asn are geoip / bgp lookups on your source ip. if you're on warp, expect to see the warp egress path, not your local isp
- tls_version reflects the handshake between your client and cloudflare — nothing about origin tls
- cf-connecting-ip is your real client ip as cloudflare sees it. this is what origin servers get in that header behind cloudflare