Try a capture
Send an HTTP request to any URL and inspect the full response — status, headers, cookies, query parameters and body — right here in the browser.
- Method
- URL
- HTTP version
Headers sent
Body sent
Sent via . The runtime may add Host / Content-Length on top of the headers above.
Programmatic use: GET /api/v1/capture?url=… or
POST /api/v1/capture with a JSON body — see the
API reference.