Answers for "ccurl -d"

0

ccurl -d

The -d or --data option makes the curl command send data in POST request 
to the server. This option makes the curl command pass data 
to the server using content-type (JSON in your case) just as 
the browser does when a user submits a form.
Posted by: Guest on January-17-2022

Browse Popular Code Answers by Language