Answers for "curl displays only the status code of the response with only once command"

12

curl return code only

curl -s -o /dev/null -w "%{http_code}" http://www.example.org/
Posted by: Guest on August-01-2020

Code answers related to "curl displays only the status code of the response with only once command"

Browse Popular Code Answers by Language