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.216.5,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-69f089c7-6a63b331542b87441d3a7a3e",
"User-Agent": "Amazon CloudFront",
"Via": "2.0 7498df460de9ba3040b10360c8bb46da.cloudfront.net (CloudFront), 1.1 295b916a9e7205a7661c81a0c48d031c.cloudfront.net (CloudFront)",
"X-Amz-Cf-Id": "eefEQdIB5AYiPLspkelTdWSJwQweSJOF2xs_Qg2dkKDHQrP7zty93A==",
"Accept-Encoding": "br,gzip"
},
"args": {},
"form": {},
"json": null
}