Skip to main content
Send Web Request

No installs. No accounts. Just send.

Send REST or SOAP requests directly from your browser — the fastest way to test any API.

Link includes your request data. Don't share if it contains secrets.

API type

No query parameters

Response

// Send a request to see the response
curl -X GET ""
  • No login required
  • No data stored
  • Runs entirely in your browser
  • Supports REST & SOAP
  • Proxy mode for CORS
  • Save requests (coming soon)

Learn in your language

Frequently asked questions

Is Send Web Request free?
Yes. Send Web Request is free to use with no account, no signup, and no install. Open the page, paste a URL, and hit Send.
Do I need to sign up or install anything?
No. It runs entirely in your browser — there's nothing to download and no login required. Your request data is not stored on our servers.
How do I fix a CORS error when testing an API?
When a browser blocks a cross-origin request, Send Web Request automatically routes it through a server-side proxy so the call still goes through. You can test APIs that don't send CORS headers without any extra setup.
Can I send a POST request with a JSON body?
Yes. Choose POST (or PUT, PATCH, DELETE), add your headers, paste a JSON body, and hit Send. You'll see the status code, response headers, and formatted response body.

Guides