Skip to content

Instantly share code, notes, and snippets.

@lorenzhs
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lorenzhs/bf6e832fe40cabb4efed to your computer and use it in GitHub Desktop.
Save lorenzhs/bf6e832fe40cabb4efed to your computer and use it in GitHub Desktop.
GitHub Pages WAT
19:34 Wed 7% curl -sI https://glowing-bear.github.io/glowing-bear | grep -E '(HTTP|Location)'
HTTP/1.1 301 Moved Permanently
Location: http://glowing-bear.github.io/glowing-bear/
19:34 Wed 7% curl -sI https://glowing-bear.github.io/glowing-bear/ | grep -E '(HTTP|Location)'
HTTP/1.1 200 OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment