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.

3 URLs ready

Results

Paste URLs on the left and click Run check.

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