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.216.140, 15.158.61.47",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "443",
"Host": "alb-i4aws-bughunt2.i4amazoncloud.incaptest.co",
"X-Amzn-Trace-Id": "Root=1-6a207cf6-7a349a9475301b482bb5137f",
"Cloudfront-Viewer-Country": "US",
"Cloudfront-Viewer-Country-Region": "OH",
"Cloudfront-Viewer-Country-Region-Name": "Ohio",
"Cloudfront-Viewer-Country-Name": "United States",
"Cloudfront-Viewer-Latitude": "39.95870",
"User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"Via": "2.0 7d7f7790ad8ab9e81e905351df020944.cloudfront.net (CloudFront)",
"X-Amz-Cf-Id": "ERYtHZ4umPC_srgKRQ3cT4cTK3m-ayD_K5e6wAd8Z37EeBH1xsO-gQ==",
"Cloudfront-Viewer-Longitude": "-82.99870",
"Cloudfront-Viewer-City": "Columbus",
"Accept": "*/*",
"Accept-Encoding": "gzip, br, zstd, deflate",
"Cloudfront-Forwarded-Proto": "https",
"Cloudfront-Viewer-Tls": "TLSv1.3:TLS_AES_128_GCM_SHA256:connectionReused",
"Cloudfront-Viewer-Metro-Code": "535",
"Cloudfront-Viewer-Address": "216.73.216.140:39867",
"Cloudfront-Viewer-Asn": "16509",
"Cloudfront-Viewer-Postal-Code": "43215",
"Cloudfront-Viewer-Time-Zone": "America/New_York",
"Cloudfront-Is-Mobile-Viewer": "false",
"Cloudfront-Is-Tablet-Viewer": "false",
"Cloudfront-Is-Smarttv-Viewer": "false",
"Cloudfront-Is-Desktop-Viewer": "true",
"Cloudfront-Is-Ios-Viewer": "false",
"Cloudfront-Is-Android-Viewer": "false",
"Cloudfront-Viewer-Http-Version": "2.0"
},
"args": {},
"form": {},
"json": null
}