- Does it follow redirects?
- Yes — by default it follows up to 5 redirect hops and reports the final status code. You can flag pages that redirect (3xx) rather than directly serving content, since outdated links should point to canonical URLs.
- Can it check JavaScript-rendered pages?
- No — this tool checks links found in static HTML. JavaScript-injected links require a headless browser (Puppeteer, Playwright). For SPAs, extract the full rendered HTML first and paste it here.
- Why are some external links reported as broken when they work in my browser?
- Some servers block requests from bots by checking the User-Agent header or requiring cookies from a prior session. The checker makes plain HTTP requests — sites protected by Cloudflare bot challenges may appear as errors.