Dev Tools

HTTP Method Tester

Send HTTP requests (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) to any URL and inspect the response.

Method
URL
Request Headers
Configure a request above and click "Send" to see the response.

Note

This tool sends requests directly from your browser using the Fetch API. If the target server does not include the appropriate Access-Control-Allow-Origin header, the browser will block the response. For unrestricted testing, try https://httpbin.org/anything which allows CORS from all origins.

Was this page helpful?

Related tools