Redirect Checker
Follow HTTP redirect chains for any URL and see every hop with status code, Location header, and timing. Requests are made server-side.
Redirect chains are followed server-side; URLs are not stored.
Common Use Cases
- Audit a marketing URL's redirect chainPaste a short link or tracking URL to see every hop, confirm it resolves to the correct final destination, and check that no unnecessary hops are adding latency.
- Debug a broken redirectIdentify redirect loops, missing Location headers, or unexpected 404s in a redirect chain that a browser hides behind a single final page load.
- Verify HTTP-to-HTTPS redirectsConfirm that your domain correctly issues a 301 from http:// to https:// as the first hop in the chain.
Pro plan — coming soon
Save your history, create reusable presets, and share outputs with a link. One plan, all tools.
See what's planned →Frequently Asked Questions
Related Tools
CORS Tester
Send a real preflight and actual request to any URL and diagnose the CORS configuration. Identifies missing or misconfigured Allow-Origin, methods, and credentials headers.
API Request Builder
Build and send HTTP requests from your browser. Set method, headers, and body, then see the full response with status, headers, and body. Server-side proxy avoids CORS restrictions.
Robots.txt + Sitemap Validator
Validate your robots.txt and sitemap.xml by URL or paste. Parses user-agent groups, Disallow/Allow rules, crawl directives, and sitemap URL counts.