I'm telling my students about well known ports in TCP and UDP this week. I'd like to demo how to telnet to port 80 on a Web server and get it to spit out the server software and OS but I don't remember what I have to type in to get the header info. If I just use GET, it returns the HTML for a 400 error page and I can also request a specific document but how do I get the server header info?
This probably sounds really trivial and stupid but I've looked through Google and Slashdot already with no luck.