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.213,10.10.0.152, 13.217.136.104, 15.158.214.240",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "443",
"Host": "alb-tanmoy-stage9.i4amazoncloud.incaptest.co",
"X-Amzn-Trace-Id": "Root=1-69f5d6ef-6d50fc5c33607ee42cda44fb",
"Accept-Encoding": "br,gzip",
"User-Agent": "Amazon CloudFront",
"Via": "2.0 b9ee66845051e72c6820fd908927694a.cloudfront.net (CloudFront), 1.1 857b427ea21bd741317e739ded936894.cloudfront.net (CloudFront)",
"X-Amz-Cf-Id": "7D3VZLJISeo2vVaXZ85JD0uixOVjXBUI8n6b01DCPRZSQ-OghaXULA=="
},
"args": {},
"form": {},
"json": null
}