Re: checklink:

On 06/17/2011 09:32 PM, Tom Springall wrote:

> When I try to run Checklink on http://www.seniorsnoworlando.org/links.htm , I get "Error: 406 Not Acceptable" even though the page passes the Markup and CSS checks.

The server appears to respond with 406 Not Acceptable to all requests
that have libwww-perl in the User-Agent header.  This is an issue that
needs to be addressed in the server's configuration.


$ HEAD -U http://www.seniorsnoworlando.org/links.htm | head -n 4
HEAD http://www.seniorsnoworlando.org/links.htm
User-Agent: lwp-request/5.834 libwww-perl/5.837

406 Not Acceptable


$ HEAD -U -H "User-Agent: foo"
http://www.seniorsnoworlando.org/links.htm | head -n 4
HEAD http://www.seniorsnoworlando.org/links.htm
User-Agent: foo

200 OK

Received on Sunday, 19 June 2011 09:13:58 UTC