Answers for "curl return code"

9

curl return code only

curl -s -o /dev/null -w "%{http_code}" http://www.example.org/
Posted by: Guest on August-01-2020
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
1

curl detailed response

curl -i google.de
Posted by: Guest on August-27-2021
1

curl get return code

curl -I http://www.example.org
Posted by: Guest on March-18-2021

Browse Popular Code Answers by Language