Created
December 10, 2012 22:04
-
-
Save mythmon/4253776 to your computer and use it in GitHub Desktop.
Demonstration of headers in the Github status API that prevents in browser use.
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
$ http HEAD "https://status.github.com/api/messages.json?callback=apiCallback" | |
HTTP/1.1 200 OK | |
Connection: keep-alive | |
Content-Length: 13 | |
Content-Type: application/javascript;charset=utf-8 | |
Date: Mon, 10 Dec 2012 22:04:03 GMT | |
Server: nginx | |
Status: 200 OK | |
X-Frame-Options: sameorigin | |
X-XSS-Protection: 1; mode=block |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment