Answers for "curl from server"

10

curl get example

curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://hostname/resource
Posted by: Guest on July-01-2020
-2

curl get url https

curl -k https://localhost:44344/xxxxx
Posted by: Guest on January-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language