Created
April 14, 2015 16:40
-
-
Save judell/6ba844f2a8f23e7bfba3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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