💭 How do I post form data using Curl? ===================================== !https://reqbin.com/req/c-sma2qrvp/curl-post-form-example Date: August 10, 2023 How do I post form data using Curl? ReqBin is the most popular online API testing tool for REST, SOAP and HTTP APIs. ReqBin · reqbin.com [1] How to pass form data with curl, give it the d. ``` bash curl -X POST https://reqbin.com/echo/post/form -H "Content-Type: application/x-www-form-urlencoded" -d "param1=value1¶m2=value2" ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://reqbin.com/req/c-sma2qrvp/curl-post-form-example [2]: /thoughts/ [3]: /tags/thoughts/