HTTP Status Codes Tools
HTTP status code reference: every code from 1xx to 5xx with its meaning and usual cause, including 301 versus 302 redirects, 401 and 403 differences, 404.
HTTP 状态码 (HTTP Status Codes) is a frequently consulted reference for developers. Keeping the reference and ready-to-use tools on one page cuts the cost of switching back and forth. All tools below run locally, are free, and need no sign-up.
Related Tools
- 🌍HTTP Status CodesReference for HTTP status codes (1xx-5xx) with meanings, examples and use cases. Debug API responses faster by looking up 404, 503 and every other code.
- 🧭URL ParserParse a URL into protocol, host, path, query, hash components with query parsing. Break links apart for redirects, analytics and quick link debugging.
- 🛂Basic Auth GeneratorTurn a username and password into a Base64 Authorization header for curl, Postman and nginx. Copy the header straight into curl. Encode a username Copy.
- 🎫JWT ParserDecode and inspect JWT tokens (header, payload, expiry) with a signature structure check. Inspect auth claims and expiry without sending secrets or keys.