Skip to content

Instantly share code, notes, and snippets.

@andyfowler
Created November 10, 2011 17:07
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 andyfowler/1355424 to your computer and use it in GitHub Desktop.
Save andyfowler/1355424 to your computer and use it in GitHub Desktop.
Unicode git.io :(
# 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