Answers for "php curl post content type"

0

curl content-type

curl 'https://httpbin.org/post' -H 'Content-Type: application/x-www-form-urlencoded' -d 'param1=value1&param2=value2'
Posted by: Guest on August-27-2021
0

curl post text

curl -X POST -H "Content-Type: text/plain" --data "this is raw data" http://78.41.xx.xx:7778/
Posted by: Guest on November-27-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language