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, 64.252.66.215",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "443",
"Host": "alb-tanmoy-stage9.i4amazoncloud.incaptest.co",
"X-Amzn-Trace-Id": "Root=1-69f71c14-53a6d5cb5233a2e40f4cfffc",
"Accept-Encoding": "br,gzip",
"User-Agent": "Amazon CloudFront",
"Via": "2.0 3d6978ba487b111b78fd1ee01521b6ba.cloudfront.net (CloudFront), 1.1 d0c7523233c2ce4a1a420cfda612235a.cloudfront.net (CloudFront)",
"X-Amz-Cf-Id": "z4Lb3URMxbsQqes6f1w3ZDObOz6hCT3l01rPUw5jVm6O8BYfh0WE9w=="
},
"args": {},
"form": {},
"json": null
}