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.179,10.10.0.152, 13.217.136.104, 18.68.30.203",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "443",
"Host": "alb-tanmoy-stage9.i4amazoncloud.incaptest.co",
"X-Amzn-Trace-Id": "Root=1-69f77712-03600b353e5e7ec16f3ccce4",
"User-Agent": "Amazon CloudFront",
"Via": "2.0 711e59a8509f0ca047059ed789c54a50.cloudfront.net (CloudFront), 1.1 0be89ec5b9fd1e7b2066b4e5e6c14da0.cloudfront.net (CloudFront)",
"X-Amz-Cf-Id": "zjSivLZEsQa9M9R2a26wFlwt1ik6-O86YpYK8W9fexBEdVEVc4-HJg==",
"Accept-Encoding": "br,gzip"
},
"args": {},
"form": {},
"json": null
}