Sometimes I want to test a webserver from the command line (and I don't care about text-based web browsers...)
jradtke@neo $ telnet www.google.com 80
Trying 74.125.113.99...
Connected to www.google.com.
Escape character is '^]'.
GET / HTTP/1.1 <ENTER>
<ENTER>
HTTP/1.1 200 OK
Date: Sun, 25 Dec 2011 19:55:54 GMT
Expires: -1
Cache-Control: private, max-age=0
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: PREF=ID=5feb7c6c81e07ef5:FF=0:TM=1324842954:LM=1324842954:S=BoqS5Zgx_IcAHrmZ; expires=Tue, 24-Dec-2013 19:55:54 GMT; path=/; domain=.google.com
Set-Cookie: NID=54=AE6K0oH_BkcxU2SZruHKJmo20c-8ZhgQ10RrQuSBl3sfolWglMZCsXDByaHJOx39bDM1zHJZz22POzHwld7iMJP-fpEOQg6k5StziJHsl04auDT3Xxm5eHBD_HDK7VkZ; expires=Mon, 25-Jun-2012 19:55:54 GMT; path=/; domain=.google.com; HttpOnly
P3P: CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."
Server: gws
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Transfer-Encoding: chunked
Comments
Post a Comment