You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
There are sites that are sending a redirect with a cookie if the request does not have one, for examlpe Twitter started doing this, so those links are now marked as broken even if they are not:
echo 'https://twitter.com' | markdown-link-check
You can also verify this with curl, this should fail:
Workaround: sending some static cookies in the headers but having support for this would be nice, since sites can change the cookies they mandate any time. See: jonatan-ivanov/develotters-blog@727cfd5
There are sites that are sending a redirect with a cookie if the request does not have one, for examlpe Twitter started doing this, so those links are now marked as broken even if they are not:
You can also verify this with curl, this should fail:
But if you enable cookies, it works:
Workaround: sending some static cookies in the headers but having support for this would be nice, since sites can change the cookies they mandate any time. See: jonatan-ivanov/develotters-blog@727cfd5