prompt$ telnet example.com 80 Trying 127.0.0.1... Connected to example.com. Escape character is '^]'. > GET / HTTP/1.1 > Keep-Alive: no > Host: example.com > User-Agent: EmailSiphon/1.1 > HTTP/1.1 302 Found Date: Thu, 17 May 2001 18:32:56 GMT Server: Apache/1.3.19 (Unix) PHP/4.0.4pl1 Location: http://example.com/nospam.html Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1 116 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>302 Found</TITLE> </HEAD><BODY> <H1>Found</H1> The document has moved <A HREF="http://example.com/nospam.html">here</A>.<P> <HR> <ADDRESS>Apache/1.3.19 Server at example.com Port 80</ADDRESS> </BODY></HTML> 0