stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.97k stars 305 forks source link

Add retry404Head option #145

Closed fxedel closed 5 years ago

fxedel commented 5 years ago

Some websites like http://mjledlighting.com/ return a 404 status code when requested with HEAD (with GET, it's 200). Therefore, I added the retry404Head option which does the same like retry405Head but only for 404 status code.

FloEdelmann commented 5 years ago

This is a different approach to #114, and so a (less versatile) alternative to #120.

stevenvachon commented 5 years ago

Closing in favour of #120.