Skip to content

Instantly share code, notes, and snippets.

@ThisIsMissEm
Created July 7, 2010 02: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 ThisIsMissEm/f25dc66f20f0d372a649 to your computer and use it in GitHub Desktop.
Save ThisIsMissEm/f25dc66f20f0d372a649 to your computer and use it in GitHub Desktop.
~/: telnet localhost 80
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying fe80::1...
telnet: connect to address fe80::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET / HTTP/1.1
Connection: Upgrade
Host: example.com
Upgrade: WebSocket
Sec-WebSocket-Key1: 3e6b263 4 17 80
Origin: http://example.com
Sec-WebSocket-Key2: 17 9 G`ZD9 2 2b 7X 3 /r90
WjN}|M(6
HTTP/1.1 200 OK
Server: nginx/0.7.67
Date: Wed, 07 Jul 2010 02:40:02 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
5e5
<html>
<head><title>Index of /</title></head>
<body bgcolor="white">
<h1>Index of /</h1><hr><pre><a href="../">../</a>
<a href="copied%20files/">copied files/</a> 16-Jan-2010 23:56 -
<a href="development/">development/</a> 06-Apr-2010 08:54 -
<a href="domains/">domains/</a> 16-Jun-2010 23:57 -
<a href="experiments/">experiments/</a> 11-Jun-2010 18:17 -
<a href="fossils/">fossils/</a> 17-Jun-2010 17:52 -
<a href="hg/">hg/</a> 14-Apr-2010 09:41 -
<a href="projects/">projects/</a> 16-Jun-2010 23:54 -
<a href="resources/">resources/</a> 14-Jan-2010 07:32 -
<a href="servers/">servers/</a> 15-Jun-2010 06:57 -
<a href="svn/">svn/</a> 31-Jan-2010 14:09 -
<a href="tmp/">tmp/</a> 16-Jun-2010 09:05 -
<a href="work/">work/</a> 04-Jul-2010 18:48 -
</pre><hr></body>
</html>
0
<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx/0.7.67</center>
</body>
</html>
Connection closed by foreign host.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment