Tools
HTTP Playground
Compose requests, inspect responses, explore headers and cookies, view raw HTTP wire format,
and learn HTTP primitives hands-on. Calls /api/store by default.
GETRetrieve a resource. Should never modify server state.Safe: YesIdempotent: YesBody: No
Query parameters are appended to the URL as
?key=value&key2=value2. Toggle checkboxes to enable/disable individual params.📡
Send a request to see the response here
Try a preset above or build your own request
No requests yet. Send one above!