% telnet www.ifong.org 80 Now type in a GET command[2] for the document root: GET / HTTP/1.0 # cmd(method) file /index.html (default is index.html) protocol Press enter TWICE # To end the header section, the client sends a blank line. When the document is finished, your shell prompt should return. The server has closed the connection. example: get from search.html (note: on server side you need to make search.html ready before hand) -- % telnet www.ifong.org 80 GET /cpfong/docs/telnet-search.html HTTP/1.0 Connection: Keep-Alive User-Agent: Mozilla/3.0Gold (WinNT; I) Host: www.ifong.org Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* (ENTER) ONE more enter here -- replay from apache server HTTP/1.1 200 OK ...