Re: Identifying Server Type

2001-07-31 Thread David Labatte
Or you could visit http://uptime.netcraft.com/up/graph/ and type the name of the web site in. Not as much fun as telnet, but they have such pretty graphs :) > To get the server, you can send a telnet request to port 80 and read the > header: > > On Tue, 31 Jul 2001, Frank J. Schmuck wrote:

Re: Identifying Server Type

2001-07-31 Thread Lisa Nyman
Hi, To get the server, you can send a telnet request to port 80 and read the header: telnet www.cnn.com 80 Connected to cnn.com. GET / HTTP/1.0 HTTP/1.1 200 OK Server: Netscape-Enterprise/4.1 Date: Tue, 31 Jul 2001 18:40:20 GMT etc. Be sure you enter two blank lines after the GET request. L

Identifying Server Type

2001-07-31 Thread Frank J. Schmuck
Is there a way to determine the operating system or server being run by a particular web location? Thanks Frank -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]