Birdor Tools · API
HTTP Request Debugger
A lightweight API playground for quick HTTP experiments. Choose GET, POST, PUT, or DELETE, add JSON or form bodies, tweak headers, and inspect the response status, headers, and body — all without leaving your browser.
Method
Headers
Add custom headers. Toggle off to temporarily disable a row.
:
Body
Choose JSON or form-encoded body. For GET/DELETE, the body is usually ignored by servers.
No request body will be sent. This is typical for GET and DELETE calls.
Because this tool runs in your browser, CORS rules of the target API still apply. Some endpoints may fail with network errors even if the URL is correct.
Response
Status, timing, headers, and body preview.
Headers
No response yet. Send a request to view headers.
// Response body will appear here after you send a request.
This tool runs entirely on the client side using fetch(). Cross-origin APIs still need to allow browser access (CORS); otherwise you may see network errors even when the endpoint works fine from the server side.