Last active
February 26, 2025 08:12
-
-
Save aimtiaz11/f5ff46398b44b01d7b6da9fd85eb8882 to your computer and use it in GitHub Desktop.
Curl - Echo only HTTP status
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -Iso /dev/null -w "%{http_code}\n" -k https://www.google.com.au |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment