Forum Moderators: phranque
You are able to see http response headers with this, might be a good alternative.
telnet example.com 80
then enter in this text:
HEAD / HTTP/1.0
(notice, that's 'hit return twice after you're done')
Then you get back some headers.
Here's an example:
> telnet webmasterworld.com 80
Trying 64.33.51.156...
Connected to webmasterworld.com.
Escape character is '^]'.
HEAD / HTTP/1.0
HTTP/1.1 200 OK
Date: Fri, 30 Aug 2002 01:09:46 GMT
Server: Apache/1.3.26 (Unix) FrontPage/5.0.2.2510
Cache-Control: max-age=0
X-Powered-By: BestBBS v3.043
Connection: close
Content-Type: text/html
Connection closed by foreign host.
Note, also that there are some problems with doing it like this, but that's the gist.
Response from www.webmasterworld.com:
Status: HTTP/1.1 200 OK
Date: Fri, 30 Aug 2002 01:19:46 GMT
Server: Apache/1.3.26 (Unix) FrontPage/5.0.2.2510
Cache-Control: max-age=0
X-Powered-By: BestBBS v3.043
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html