Answers for "curl head request"

4

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
0

curl head request

curl -I https://reqbin.com/echo
Posted by: Guest on September-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language