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-69f3dc18-4dc3f0302c9a566a01ff8552",
"User-Agent": "Amazon CloudFront",
"Via": "2.0 f0caf91ab0e473b7943302fec561de42.cloudfront.net (CloudFront), 1.1 21c5f60ba963e85c4713b3293cada1f8.cloudfront.net (CloudFront)",
"X-Amz-Cf-Id": "ETbSQ2qOFxJY2vOoS_rWQ3PK9kQmEX6IzFZw5q2A5sqvwDQwNDGw_A==",
"Accept-Encoding": "br,gzip"
},
"args": {},
"form": {},
"json": null
}