Answers for "curl post file"

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

curl post json file

curl -X POST -H "Content-Type: application/json" -d @../data/cats.json http://localhost:8080/mSfvMwNAfj
Posted by: Guest on May-03-2021

Browse Popular Code Answers by Language