Send HTTP requests (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) directly from the browser; import a curl command to fill in method, URL, headers, auth, and body in one step; configure environment variables, auth presets, headers, query params, and body; includes a built-in WebSocket client.
Send HTTP requests (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) directly from the browser; import a curl command to fill in method, URL, headers, auth, and body in one step; configure environment variables, auth presets, headers, query params, and body; includes a built-in WebSocket client.
That's this tool's whole purpose — it sends the request you build to whatever endpoint (HTTP or WebSocket) you specify. Nothing else about your usage is sent anywhere.