Online HTTP Client & Build Requests, Generate Code & Test APIs
HTTP request workbench: compose requests, generate multi-language code snippets, send directly and inspect responses.
Demo mode: a sample POST request is pre-filled on the left, and code is generated live on the right. Edit anything to start using for real.
JSON Body
Hit Send to see the response here
Related Tools
Frequently Asked Questions
- CORS is a browser security policy. When the target server doesn't explicitly allow requests from metool.online, the browser blocks the response. Fix: copy the cURL snippet from the Code panel and run it in your terminal, or add Access-Control-Allow-Origin headers to your server.
