Created
November 10, 2011 17:07
-
-
Save andyfowler/1355424 to your computer and use it in GitHub Desktop.
Unicode git.io :(
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 -i http://git.io -F "url=https://github.com/andyfowler/" -F "code=%E2%9C%88" | |
HTTP/1.1 100 Continue | |
HTTP/1.1 201 Created | |
Server: nginx/1.0.4 | |
X-Node: gitio1 | |
X-Sha: d0b3b3eeb4b0c1b06ba46abc008d3db839b319f6 | |
Content-Type: text/html;charset=utf-8 | |
Date: Thu, 10 Nov 2011 16:54:36 GMT | |
Status: 201 Created | |
Location: http://git.io/%E2%9C%88 | |
X-Runtime: 0.008430 | |
Connection: keep-alive | |
Content-Length: 0 | |
# curl -i http://git.io/%E2%9C%88 | |
HTTP/1.1 503 Service Unavailable | |
Server: nginx/1.0.4 | |
X-Node: gitio3 | |
X-Sha: d0b3b3eeb4b0c1b06ba46abc008d3db839b319f6 | |
Content-Type: text/html;charset=utf-8 | |
Date: Thu, 10 Nov 2011 17:04:18 GMT | |
Status: 503 Service Unavailable | |
X-Runtime: 0.001900 | |
Connection: close | |
Content-Length: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment