Answers for "how to check status code of a web server through terminal"

0

how to check status code of a web server through terminal

curl -Is http://droptips.com | head -n 1
Posted by: Guest on June-10-2020

Code answers related to "how to check status code of a web server through terminal"

Browse Popular Code Answers by Language