Closed fxedel closed 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.
This is a different approach to #114, and so a (less versatile) alternative to #120.
Closing in favour of #120.
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.