Re: validation problem

* Gregory L. Silver wrote:
>This is probably a common question, so please excuse my ignorance.
>When trying to validate http://www.websavey.com
><http://www.websavey.com/>  , I get this following error:
> 
>Sorry, I am unable to validate this document because its content type is
>http://www.websavey.com/index.cfm, which is not currently supported by
>this service. 
> 
>Could someone please explain the reason for this?

The web server is horribly broken. On a HEAD request it returns

  HTTP/1.1 200 OK
  Server: Microsoft-IIS/5.0
  Date: Mon, 07 Jul 2003 18:53:52 GMT
  Connection: close
  Set-Cookie: WEBTRENDS_ID=217.3.186.26-469495616.29574329::B67F53AA1C0AD52608223FCC4888608E; path=/; expires=Sat, 05-Jul-2008 18:53:52 GMT
  
  Content-type: text/html
  Page-Completion-Status: Normal
  Page-Completion-Status: Normal
  Set-Cookie: CFID=31802; expires=Sun, 27-Sep-2037 00:00:00 GMT; path=/;
  Set-Cookie: CFTOKEN=20080477; expires=Sun, 27-Sep-2037 00:00:00 GMT; path=/;
  
  
  
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  
  ...

and something similar to a GET request. The validator or the underlying
HTTP module gets confused by this response (as do browsers, as they
would show everything after the first Set-Cookie header as text).

Received on Monday, 7 July 2003 14:51:44 UTC