Skip to content

Instantly share code, notes, and snippets.

@AhmedAbouelkher
Forked from ihordiachenko/http_version.sh
Created August 9, 2022 08:13
Show Gist options
  • Save AhmedAbouelkher/2abf568151369c205b00ada2cb458ddf to your computer and use it in GitHub Desktop.
Save AhmedAbouelkher/2abf568151369c205b00ada2cb458ddf to your computer and use it in GitHub Desktop.
Check HTTP version of an endpoint
curl -sI https://curl.haxx.se -o/dev/null -w '%{http_version}\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment