Skip to content

Instantly share code, notes, and snippets.

@jorgegorka
Created March 22, 2017 10:23
Show Gist options
  • Save jorgegorka/3501ddb7f5a90bbf6a9a3fa50d8328da to your computer and use it in GitHub Desktop.
Save jorgegorka/3501ddb7f5a90bbf6a9a3fa50d8328da to your computer and use it in GitHub Desktop.
Inspect headers of http request
curl -s -w \%{size_header} -o /dev/null http://website.com
curl -I http://website.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment