Request and header tools

Use the REST endpoint tester when you need to fire GET/POST with a body. Header inspector and header diff are for comparing what the server sent. Query string parser is local decode, not a crawler.

Content-Type Parser and Bearer Token Extractor alias the Content-Type vs body sniff and JWT Claims Inspector. Bookmark the canonical pages; extra names in the grid are the same URLs.

FAQ

Does REST Endpoint Tester store my secrets?
Requests go from this server or your browser depending on the tool. Do not paste production keys into a public tester.
Why is status 200 but the body is wrong?
Status Code Tester only explains the code. Validate the body with JSON Schema or the JSON validator.