Performing a HTTP/1.1 query using telnet
Monday, July 31st, 2006 - 6:36 am - Web technology
If you are planning to test a remote or local web server running on 80 port it could be easily done by using telnet command from the linux shell or windows command line.
telnet www.yahoo.com 80
GET / HTTP/1.1
Host: www.yahoo.com
and hit enter two times and voila :)
