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.165",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "9091",
"Host": "cf-us-east-1-stage7.i4amazoncloud.incaptest.co:9091",
"X-Amzn-Trace-Id": "Root=1-6a4bcaaa-73a0e2131bb02cbd44763436",
"Accept": "*/*",
"Accept-Encoding": "gzip, br, zstd, deflate",
"X-Amz-Cf-Id": "Ynzq4_nnFbFlWoFEE8HA0EUjSSZxAHsjeE3fMzMS4OZqBToDRbw-Vw==",
"User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"Via": "2.0 996b499c4a9b7f20b33db1aa6167db6c.cloudfront.net (CloudFront)"
},
"args": {},
"form": {},
"json": null
}