API Debug Workflow Pack

A task-oriented tool pack for real production debugging: 415, CORS, cookies, JWT, and payload issues.

Jump To Common Incidents

1) Shape Request Inputs

Normalize URL, query params, and raw request before touching server behavior.

2) Validate Protocol Contracts

Check headers, CORS, and cookie policy consistency across gateway and app.

3) Inspect Auth and Payload

Decode token and payload to isolate claim, encoding, or formatting problems.