Skip to content

Instantly share code, notes, and snippets.

@aimtiaz11
Last active February 26, 2025 08:12
Show Gist options
  • Save aimtiaz11/f5ff46398b44b01d7b6da9fd85eb8882 to your computer and use it in GitHub Desktop.
Save aimtiaz11/f5ff46398b44b01d7b6da9fd85eb8882 to your computer and use it in GitHub Desktop.
Curl - Echo only HTTP status
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