Created
March 9, 2013 23:35
-
-
Save qknight/5126292 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
# telnet localhost 80 | |
Trying 127.0.0.1... | |
Connected to localhost. | |
Escape character is '^]'. | |
GET http://www.google.com HTTP/1.0 | |
HTTP/1.1 303 See Other | |
Date: Sat, 09 Mar 2013 23:35:11 GMT | |
Server: PasteWSGIServer/0.5 Python/2.6.5 | |
Content-Length: 0 | |
Content-Type: text/html; charset=UTF-8 | |
Location: http://www.google.com/user/login | |
Vary: Accept-Encoding | |
Connection: close | |
Connection closed by foreign host. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment