Skip to content

Instantly share code, notes, and snippets.

@betawax
Created December 18, 2014 06:49
Show Gist options
  • Save betawax/92a5945d00ffe8354de2 to your computer and use it in GitHub Desktop.
Save betawax/92a5945d00ffe8354de2 to your computer and use it in GitHub Desktop.
Get the HTTP response and request header with curl
curl -I http://example.com
curl -v -I http://example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment