Re: HTTP header 'Accept' should be sent by Validator

* Tom Pike wrote:
>The validator does not seem to send an 'Accept' HTTP header.
>
>Therefore any code which checks the Accept header to determine what type 
>of document to send will assume that the validator doesn't accept 
>documents of the type that they are checking for (in my case 
>application/xhtml+xml).

No 'Accept' header means 'Accept: */*;q=1.0', not
'Accept: */*;q=0.0', thus such code is badly broken.

Received on Friday, 10 January 2003 01:47:43 UTC