Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Follow "redirect permanent" #172

Open
redcatbear opened this issue Jan 13, 2023 · 2 comments
Open

[Feature] Follow "redirect permanent" #172

redcatbear opened this issue Jan 13, 2023 · 2 comments
Labels
markdown-link-check Related to the underlying markdown-link-check library

Comments

@redcatbear
Copy link

Situation

When a server answers with HTTP status code 301 (redirect permanent) the link checker treats this as a broken link, even if the link the redirect points to a valid page that is served with 200 (OK).

Feature Request

It would be nice if the link checker follows redirects and evaluates the link health based on whether the redirect target is reachable with 200.

@gaurav-nelson gaurav-nelson added the markdown-link-check Related to the underlying markdown-link-check library label Mar 7, 2023
@gaurav-nelson
Copy link
Owner

@redcatbear This relates to the underlying https://github.com/tcort/markdown-link-check library. I suggest you can check and submit a new feature request in that repository.

@redcatbear
Copy link
Author

Hi @gaurav-nelson good point. Looks like someone had the same idea already tcort/markdown-link-check#151

So I would say this ticket here depends on that markdown-link-check issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
markdown-link-check Related to the underlying markdown-link-check library
Projects
None yet
Development

No branches or pull requests

2 participants