====== Curl - Post to a page ====== To process a POST request using CURL. The data will use the **application/x-www-form-urlencoded** encoding. Lets say you have the following POST form in your page:
You can use the following CURL command to POST the request. curl -d "item=bottle&category=consumer&submit=ok" www.example.com/process.php