HTTP Bulk Status Checker
Paste a list of URLs (one per line). Get status code, redirect count, final URL, content type, and timing for every one. Export to CSV.
Results
Checks are HEAD requests by default (falling back to small GETs when needed). We follow up to 10 redirects per URL.
FAQ
How many URLs can I check at once?▼
Up to 50 per run. Larger batches get capped server-side — break them into chunks if you have more.
What method does the checker use?▼
HEAD by default for speed. If a server doesn't support HEAD (returns 405), we fall back to a tiny GET with Range: bytes=0-0 to avoid downloading bodies.
Does it follow redirects?▼
Yes — up to 10 hops. The 'Redirects' column shows how many we walked, and 'Final URL' shows where you landed.
Can I download the results?▼
Yes — Export CSV gives you url, finalUrl, status, redirects, contentType, contentLength, duration_ms, and error in a flat sheet.
More Website Tools
WHOIS Lookup
See a domain's registrar, registration date, expiry, status flags, and nameservers. Powered by RDAP — the modern WHOIS replacement.
DNS Propagation Checker
Query a DNS record across Cloudflare, Google, Quad9, and OpenDNS at once. See if your change has propagated.
Email Header Analyzer
Paste raw email headers — see route hops, timing, SPF/DKIM/DMARC verdicts. Useful when an email lands in spam or arrives late.