link-check icon indicating copy to clipboard operation
link-check copied to clipboard

checks whether a hyperlink is alive (`200 OK`) or dead.

Results 33 link-check issues
Sort by recently updated
recently updated
newest added

I see an unrealized possibility where the `get` method could supply the contents of the response itself to the `callback` function, in addition to the response code. Do you see...

This will run a headless browser using puppeteer, eg. for links that are protected by Cloudflare. I hope you find this helpful, @tcort

I was checking this url : http://zootwoot.com. console error: ``` node:internal/url:552 throw new ERR_INVALID_URL(input); ^ TypeError [ERR_INVALID_URL]: Invalid URL at new NodeError (node:internal/errors:371:5) at onParseError (node:internal/url:552:9) at new URL (node:internal/url:628:5)...

Defaults to '10s' as is the needle default

I'm seeing some cross-links to Abstract and Figma documentation URLs represent as "dead" by `link-check`, but when I inspect in my dev tools, I get a `200` response. ```js const...

See for instance tcort/markdown-link-check#155 User is looking to check `https://en.wikipedia.org/wiki/%3F:` But the `?` sign is then decoded by link-check and not reencoded as it's a legit char for a url...

bug

hi, I use `markdown-link-check` and thanks for it 👍 This would be nice to add a caching capabilities in order to cache successful links for some time. This will make...

## Description Hi there 👋 This project looks pretty neat, especially from its usage in [`markdown-lint-check`](https://github.com/tcort/markdown-link-check) 🎉 We are investigating the possibility of using `markdown-lint-check` via GitHub Actions to replace...

enhancement

There is a problem with an uncaught asynchronous error in the needle library which crashes the whole node process. Your library is doing just what I need for checking many...

Per a lengthy discovery session over at https://github.com/oxsecurity/megalinter: https://github.com/oxsecurity/megalinter/issues/3304 I believe I've discovered an issue where `TLS-ALPN-01` verification is resulting in `403` responses from servers (a pattern I've seen with...