HTTP status code checker
What does that URL actually answer — and where does it send you? Paste it in.
Public http:// and https:// URLs, GET only.
What the codes mean
- 2xx — it worked
200 OKis the answer you want.204means "done, nothing to send back".- 3xx — it moved
301is permanent,302/307temporary. We follow up to five hops and show you where you land.- 4xx — you asked wrongly
401needs credentials,403refuses them,404has nothing there,429means you are being rate limited.- 5xx — it broke
500is a crash,502/504mean a proxy could not reach the thing behind it,503means it is unavailable on purpose.- No code at all
- DNS failure, refused connection, TLS error or timeout — the request never got an answer. Those are the failures that matter most, and the ones a browser hides from you.
Related
API response time test — three samples, min/avg/max.
Free uptime monitoring — check it every 5 minutes instead of once.