[
Lists Home |
Date Index |
Thread Index
]
On Fri, Jan 24, 2003 at 12:08:21PM -0800, Jeff Lowery wrote:
> John, what's resource is being addressed by http://www.google.com/foobarbaz?
> Does it not exist, or is it the Google Not Found page?
If it came back on a 404, it has no representations (aka "does not
exist"). If it came back on a 200, it's the not found page. In this
case, it came back on a 404.
On the other hand, http://www.markbaker.ca/missing.html identifies my
not-found page;
$ telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
HEAD /missing.html HTTP/1.0
HTTP/1.1 200 OK
Date: Sat, 25 Jan 2003 17:55:26 GMT
Server: Apache/1.3.23 (Unix)
Last-Modified: Sun, 03 Mar 2002 04:00:14 GMT
ETag: "3a700-19c-3c819fce"
Accept-Ranges: bytes
Content-Length: 412
Connection: close
Content-Type: text/html
MB
--
Mark Baker. Ottawa, Ontario, CANADA. http://www.markbaker.ca
Web architecture consulting, technical reports, evaluation & analysis
|