How to Use
Paste or type a full curl
command into the input box above, then click "Run" to execute and see the result.
CURL Examples
Fetch a webpage content:
curl https://httpbin.org/get
Send a POST request with JSON payload:
curl -X POST https://httpbin.org/post -H "Content-Type: application/json" -d '{"name":"Tom","age":22}'
Add request header:
curl -H "Authorization: Bearer <token>" https://httpbin.org/bearer
Feedback
If you have any questions or suggestions, feel free to send feedback via email: bruceliu.dev@gmail.com