Currently, the link analytics tool validates links based solely on HTTP response status codes. If a link redirects to a login page or a restricted/private page that returns a 200 OK response, it is incorrectly marked as valid.
This results in links that are effectively inaccessible to readers not being flagged, leading to inaccurate reporting and poor user experience.
This feature request proposes enhancing the link validation logic to detect and flag such inaccessible links correctly.