Answers for "linux curl post request"

PHP
16

curl post request

curl -d "user=user1&pass=abcd" -X POST https://example.com/login
Posted by: Guest on May-22-2020
0

linux curl get request

curl https://example.com/index.php?username=luffy&loggedin=true
Posted by: Guest on May-16-2021

Browse Popular Code Answers by Language