Search Results

0
votes

How do I make a POST request with curl

curl -d "param=value&param2=value2" "http://www.mysite.com/page.php" …