Live request
Client IP
216.73.216.243
Method
GET
Protocol
HTTP/1.1 plain
Host + Path
letsencrypt.maesoser.me/sitemap.xml
Cloudflare Headers
Cf-Cert-Presented false
Cf-Cert-Revoked false
Cf-Cert-Verified false
Cf-Connecting-Ip 216.73.216.243
Cf-Device-Type desktop
Cf-Ipcountry US
Cf-Ray a3bb339d4bdb2877-MAD
Cf-Visitor {"scheme":"https"}
Cf-Warp-Tag-Id 6d176264-bed3-45a8-bb1f-e79e7402a146
Cf-Warp-Tag-Tunnel mad01
Request Headers
Accept */*
Accept-Encoding gzip, br
Cdn-Loop cloudflare; loops=1
True-Client-Ip 216.73.216.243
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For 216.73.216.243
X-Forwarded-Proto https
Z-Bot-Info 1
Z-Crypto-Info version=TLSv1.3;cipher=AEAD-AES256-GCM-SHA384; extensions=p1/BctrLP0C77kGGY6HUKHhQZWw=; hello_length=259; random=pUAKy5HIFKp9S4eCbPCeVQ6fSu3nHN+/kDNtANTQ2tI=
Z-Geo-Info lat=39.96118; lon=-82.99879; iso1=US-OH; iso2=US-049
Z-Infra-Info colo=1042; metal=56; addr=172.66.0.102:443
Z-Waf-Scoring xss=97; sqli=97; rce=91; total=87; class=clean
Cookies
Cookie __cf_bm=J4EdATQX.RoCyip5SzFQdacw5a04y_Rktq6yJEb4K8o-1789512744.319266-1.0.1.1-cxVFGPioIqtbVb4a.jAVZZAAJ4HwJ7_GxyKAD0z0XSL4cSdvF51I0kOtAf6fI54osk2cyMeRklNiSN3PaSDcAhavwyUv26SPDLnVudcEeD61P2rMBHTxIIsDgRHNrfzKdKuWaz7Esbhz4UwEF3hmaQ
Full JSON dump  ·  open as raw JSON ↗
{
  "src": "216.73.216.243",
  "host": "letsencrypt.maesoser.me",
  "method": "GET",
  "protocol": "HTTP/1.1",
  "path": "/sitemap.xml",
  "size": 0,
  "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
  "tls": {
    "version": "",
    "cipher": "",
    "server": ""
  },
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, br",
    "Cdn-Loop": "cloudflare; loops=1",
    "Cf-Cert-Presented": "false",
    "Cf-Cert-Revoked": "false",
    "Cf-Cert-Verified": "false",
    "Cf-Connecting-Ip": "216.73.216.243",
    "Cf-Device-Type": "desktop",
    "Cf-Ipcountry": "US",
    "Cf-Ray": "a3bb339d4bdb2877-MAD",
    "Cf-Visitor": "{\"scheme\":\"https\"}",
    "Cf-Warp-Tag-Id": "6d176264-bed3-45a8-bb1f-e79e7402a146",
    "Cf-Warp-Tag-Tunnel": "mad01",
    "Cookie": "__cf_bm=J4EdATQX.RoCyip5SzFQdacw5a04y_Rktq6yJEb4K8o-1789512744.319266-1.0.1.1-cxVFGPioIqtbVb4a.jAVZZAAJ4HwJ7_GxyKAD0z0XSL4cSdvF51I0kOtAf6fI54osk2cyMeRklNiSN3PaSDcAhavwyUv26SPDLnVudcEeD61P2rMBHTxIIsDgRHNrfzKdKuWaz7Esbhz4UwEF3hmaQ",
    "True-Client-Ip": "216.73.216.243",
    "User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
    "X-Forwarded-For": "216.73.216.243",
    "X-Forwarded-Proto": "https",
    "Z-Bot-Info": "1",
    "Z-Crypto-Info": "version=TLSv1.3;cipher=AEAD-AES256-GCM-SHA384; extensions=p1/BctrLP0C77kGGY6HUKHhQZWw=; hello_length=259; random=pUAKy5HIFKp9S4eCbPCeVQ6fSu3nHN+/kDNtANTQ2tI=",
    "Z-Geo-Info": "lat=39.96118; lon=-82.99879; iso1=US-OH; iso2=US-049",
    "Z-Infra-Info": "colo=1042; metal=56; addr=172.66.0.102:443",
    "Z-Waf-Scoring": "xss=97; sqli=97; rce=91; total=87; class=clean"
  }
}
Available endpoints
ANY /
This page — renders a full request inspection report in HTML. Append ?json to get raw JSON instead.
curl http://localhost/
ANY /json
Returns all request details (headers, TLS, body hash, source IP) as a JSON object. Also available at /headers.
curl http://localhost/json | jq .
POST /echo
Echoes the raw request body back in the response. Useful for testing proxies that may transform payloads.
curl -d '{"hello":"world"}' http://localhost/echo
GET /code/{code}
Responds with the given HTTP status code. Useful for testing how clients or proxies handle specific codes.
curl -I http://localhost/code/418
GET /wait/{seconds}
Delays the response by N seconds, then returns the normal inspection page. Useful for timeout testing.
curl http://localhost/wait/5
GET /health
Returns {"status":"ok"} with HTTP 200. Intended for load-balancer health checks and uptime monitors.
curl http://localhost/health