First CH AppsSmall apps that need a server

日本語

First CH Apps / IP & Request Info

IP & Request Info

This shows the request our server actually received from you. Handy for confirming a VPN or proxy switch, and for telling support where and with which browser you are connecting from. It is display only: neither your IP nor your headers are recorded (not even in access logs).

Your public IP address 216.73.217.78
Refresh

Estimated location & network

IP versionIPv4
Country / region (code)US
Region (state / prefecture)Ohio
CityColumbus
Postal code43215
Time zoneAmerica/New_York
AS number (network)AS16509
Network operatorAnthropic, PBC

Location is Cloudflare's estimate from your IP and can differ from where you actually are (mobile, VPN and corporate networks especially). No GPS is involved.

Connection

HTTP versionHTTP/2
TLS versionTLSv1.3
Cipher suiteAEAD-AES256-GCM-SHA384
Cloudflare location usedCMH
Server receive time (UTC)2026-09-27T12:31:45Z

Main request headers

user-agentMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
accept-language—
accept*/*
accept-encodinggzip, br
referer—
sec-ch-ua—
sec-ch-ua-platform—
sec-ch-ua-mobile—
sec-fetch-mode—
dnt—

Other request headers

cf-connecting-ip216.73.217.78
cf-ipcountryUS
cf-raya41a86f3adcdb36e
cf-visitor{"scheme":"https"}
connectionKeep-Alive
hostapps.first-ch.com
x-forwarded-protohttps
x-real-ip216.73.217.78

Credential headers such as Cookie and Authorization are not shown, even back to you, to avoid leaking them through a screenshot.

SERVER PROCESSING — what we send and what we keep

Sent: only the request that opened this page (your IP address and headers). There is no form, no upload, and our server makes no outbound calls.

Stored: nothing. Your IP, headers and estimated location exist in memory only while the request is being handled and are gone once the response is sent. Nothing is written to a database (no KV, no D1) and no IP or header is recorded in access logs or analytics (we do not write a single console line).

Returned: what you sent, back to your browser only. The response is Cache-Control: no-store, so it is not kept in shared caches either.

Note: sharing this page's URL shows the other person their own details, not yours.

Use it from curl or a script

Send Accept: text/plain and you get just your IP address on one line (?format=txt does the same).

curl -H 'Accept: text/plain' https://apps.first-ch.com/myip/

Use it as an API

GET or POST /myip/api/info returns the same details as JSON (?format=json does the same). No auth, nothing stored.