Re: warning on duplicated headers

* Brant Langer Gurganus wrote:
>Can the validator give a warning or error if there are duplicate headers 
>where it is illegal.  For example, brant.4omega.com gives an initial 
>text/html Content-Type.  I then try to have it changed to include the 
>character set by using <cfheader> in coldfusion.  However, I then have 
>two headers for Content-Type which is illegal according to the RFC since 
>these are no CSV-style headers.

For the content type header (and probably other headers the validator
uses) this would make some sense, but not for unused headers, after all,
it's a markup validator focussed on markup, not HTTP communication.

>Off topic: Does anybody know how I can get the server not to sent its 
>Content-Type header, but mine instead?

http://www.w3.org/International/O-HTTP-charset

Received on Monday, 23 June 2003 21:20:37 UTC