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": "/sitemap.xml",
"method": "GET",
"headers": {
"X-Forwarded-For": "216.73.217.28,10.10.0.152, 13.217.136.104, 64.252.69.35",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "443",
"Host": "alb-tanmoy-stage9.i4amazoncloud.incaptest.co",
"X-Amzn-Trace-Id": "Root=1-69f2900b-499668d816beb8f44da2449f",
"User-Agent": "Amazon CloudFront",
"Via": "2.0 3810876dcc6823c5e008a08f16061816.cloudfront.net (CloudFront), 1.1 c813b6a2744af01ddcd5259923d9b0fa.cloudfront.net (CloudFront)",
"X-Amz-Cf-Id": "aSk05C03kApSqA6ocX9F4WDNhjICKzegy_roViZVkf4DptU3px31Ww==",
"Accept-Encoding": "br,gzip"
},
"args": {},
"form": {},
"json": null
}