All recipes
Recipes
Inspect an HTTP request
Pull apart the URL, the auth header, the client, the content type, and the signature to debug a request.
Step 1 of 5
Break down the URL
Split the request URL into scheme, host, path, and decoded query parameters so you can see what was actually sent. Watch for double-encoded values and repeated keys; the http-headers cheat sheet shows where the request line sits relative to the headers that follow.
Tools
Cheat sheets