Actions
Feature #96525
openAdd the possibility to repport only 404 errors (Don't show 403, 999 LinkedIn and SSL problems)
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2022-01-12
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
linkvalidator, 404
Complexity:
Sprint Focus:
Description
Add the possibility to choose what HTTP codes to report so it's possible to show only 404.
We would like LinkValidator to stop repporting those errors:
- LinkedIn returns 999 codes and changing the user agent doesn't resolve it: https://stackoverflow.com/questions/27231113/999-error-code-on-head-request-to-linkedin
- cURL error 60: SSL certificate problem
- 403 Unauthorized
Updated by Oliver Hader almost 3 years ago
Besides that, there might be a threshold when an URL is considered invalid, for instance
- link to
https://example.org
worked - LinkValidator checks that link every hour
- e.g. when retrieving data from an URL failed consecutively for 5 times → consider it invalid
- e.g. when retrieving data from an URL failed once, but then worked again → ignore the failure, but just log it as warning
Updated by Rémy DANIEL over 1 year ago
- Related to Epic #85006: Reduce falsely reported broken links added
Actions