Re: Beta: Validate URI...

* Einar Westermann wrote:
>Why do I get
>
>I got the following unexpected response when trying to retrieve
>http://trygdeetaten.no/aktuelt/: 
>404 Object Not Found
>
>when trying to validate on this address?

Because there is no resource at the specified address:

  % http-head http://trygdeetaten.no/aktuelt/
  HTTP/1.1 404 Object Not Found
  Server: Microsoft-IIS/5.0
  Date: Thu, 31 Oct 2002 15:34:21 GMT
  Connection: close
  Content-Type: text/html
  Content-Length: 111
  
  <html><head><title>Site Not Found</title></head>
  <body>No web site is configured at this address.</body></html>

(ARGL, response entity body on HEAD request...)

Received on Thursday, 31 October 2002 10:36:35 UTC