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": {
"X-Forwarded-For": "216.73.217.145, 15.158.61.47",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "443",
"Host": "cf-us-east-1-stage5.i4amazoncloud.incaptest.co",
"X-Amzn-Trace-Id": "Root=1-6a4bcaf9-3a1cdcb44ded8ca33a516575",
"Accept": "*/*",
"X-Amz-Cf-Id": "q67R1h8N1J_DEbok1FLU19DZzJCq82UuUwpMnDqwazHlKJKr4m8Hog==",
"Accept-Encoding": "gzip, br, zstd, deflate",
"User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"Via": "2.0 d250acc8f0df4d0f6cf0c8da374c8b8e.cloudfront.net (CloudFront)"
},
"args": {},
"form": {},
"json": null
}