Re: checklink: warning on shtml file

* John Russell wrote:
>My homepage at http://home.cogeco.ca/~ve3ll/home.htm   has a 
>pointer to  http://www.eweek.org/index.shtml  which brings up 
>a 403 -- no permission flag
>However the site is accessible thru that pointer with no problem!

Yes, using a GET request you get

  HTTP/1.1 200 OK
  Server: Microsoft-IIS/5.0
  Date: Thu, 24 Oct 2002 15:25:24 GMT
  Connection: close
  Content-Type: text/html

a HTTP HEAD request yields in

  HTTP/1.1 403 Access Forbidden
  Server: Microsoft-IIS/5.0
  Date: Thu, 24 Oct 2002 15:26:23 GMT
  Connection: close
  Content-Length: 4126
  Content-Type: text/html

Probably a mis-configuration.

Received on Thursday, 24 October 2002 11:33:35 UTC