How do I post form data using Curl? Waylon Walker Author Aug 11, 2023 1 min read !https://reqbin.com/req/c-sma2qrvp/curl-post-form-example thought Copy this post URL Rich Markdown Text View Markdown View Text curl .ansi How do I post form data using Curl? To post form data to the server using Curl, you can use one of two command line options: -F (--form) or -d (--data). ReqBin · reqbin.com How to pass form data with curl, give it the d. curl -X POST https://reqbin.com/echo/post/form -H "Content-Type: application/x-www-form-urlencoded" -d "param1=value1¶m2=value2" Share this post Twitter Bluesky LinkedIn WhatsApp Facebook Telegram Pinterest Reddit Hacker News Email Copy link