Re: Bad URI?

On Fri, 5 Mar 2004, Tom Barry wrote:

>
> When trying to validate this url: http://users.n-12.net/_n/about/nultra, the
> validator returns a bad url error. the page is definatly valid. what is wrong?

It reports a "Not Acceptable", which means that your server wat not able
to serve the resource as text/html, application/xhtml+xml or text/css.
Note that it is a bug on your side, as not having the Accept header sent
(like this:
Accept: text/html, application/xhtml+css, text/css, */*;q=0
) the resource is served as text/html.
The validator sends a */*;q=0 at the end because it won't process random
input.
Thanks,

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Friday, 5 March 2004 10:07:34 UTC