Hear Ye! Since 1998.
Please note: This post is at least 3 years old. Links may be broken, information may be out of date, and the views expressed in the post may no longer be held.
10
Oct 00
Tue

HTTP Headers

Puckhead points this site out. Still looking for that site which displays the full header list though. You can simulate the effect by telnetting into a web server and entering a Get command manually through there. Eg: the web server on my computer (midkemia.levitate.org) returns these headers:

GET /index.cfm

HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Tue, 10 Oct 2000 07:29:41 GMT
Content-type: text/html
Page-Completion-Status: Normal

[HTML follows]

Some servers return more extensive headers, like Zipworld's Apache one:
GET /index.html HTTP/1.0
HTTP/1.1 200 OK
Date: Tue, 10 Oct 2000 06:48:22 GMT
Server: Apache/1.3.12 (Unix) PHP/3.0.16 PHP/4.0.1pl2
Last-Modified: Mon, 22 Nov 1999 03:06:15 GMT
ETag: "2706fe-76a-3838b327"
Accept-Ranges: bytes
Content-Length: 1898
Connection: close
Content-Type: text/html
[HTML follows]
Hmm... might write a header grabbing page for myself...
  7:00pm (GMT +10.00)  •  Internet  •   •  Tweet This  •  Add a comment

This post has no comments. Add yours below.

Add a Comment

You must be logged in to post a comment.