Re: checklink: for plussize4you.com

On 11/16/2011 03:08 PM, KANGA CONSTRUCTION wrote:

> Line: 817 http://www.all-shops-directory.com/
> Status: 404 Not found

That server seems to respond with 404 Not Found if the User-Agent header
contains the string libwww-perl (which the link checker's User-Agent does):

$ HEAD -H "libwww-perl" http://www.all-shops-directory.com/
404 Not found
[...]

For some others it responds with 200 OK:

$ HEAD -H "User-Agent: Mozilla" http://www.all-shops-directory.com/
200 OK
[...]
$ HEAD -H "User-Agent: foo" http://www.all-shops-directory.com/
200 OK
[...]

Received on Thursday, 17 November 2011 16:07:14 UTC