Health Check Endpoints:
GET /healthz - Health check
GET /readyz - Readiness check
Legacy Endpoints (from previous version):
GET/POST /headers - View request headers
GET/POST /cookies - View/manage cookies
GET /info - Server information
New Endpoints:
ALL METHODS /echo - Echo request details
GET/POST /error?number=XXX - Return custom HTTP status
{
"path": "/",
"method": "GET",
"headers": {
"Accept": "*/*",
"User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"Accept-Encoding": "gzip, br, zstd, deflate",
"Host": "54.172.162.216",
"Via": "1.1 squid-proxy-5b96dc6d46-cq68w (squid/6.13)",
"X-Forwarded-For": "10.9.169.203",
"Cache-Control": "max-age=259200",
"Connection": "keep-alive"
},
"args": {},
"form": {},
"json": null
}