Answers for "send curl json add file"

PHP
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
0

curl put file

curl -X PUT "localhost:8080/urlstuffhere" -F "file=@filename" -b "JSESSIONID=cookievalue"
Posted by: Guest on February-10-2021

Browse Popular Code Answers by Language