Skip to content

Instantly share code, notes, and snippets.

@judell
Created April 14, 2015 16:40
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 judell/6ba844f2a8f23e7bfba3 to your computer and use it in GitHub Desktop.
Save judell/6ba844f2a8f23e7bfba3 to your computer and use it in GitHub Desktop.
curl --head -k https://hypothes.is
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 14 Apr 2015 16:36:57 GMT
curl --head -k https://hypothes.is/blog
HTTP/1.1 502 Bad Gateway
Server: nginx
Date: Tue, 14 Apr 2015 16:37:03 GMT
curl --head -k https://hypothes.is/
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 14 Apr 2015 16:37:11 GMT
curl --head -k https://hypothes.is/api
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 14 Apr 2015 16:37:17 GMT
curl --head -k https://hypothes.is/stream
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 14 Apr 2015 16:37:22 GMT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment