Instant lookup and debugging guide for all HTTP status codes (1xx-5xx) with RFC specifications and troubleshooting advice.
HTTP status codes are standard response codes issued by web servers to indicate whether a specific HTTP request was successfully completed.
401 Unauthorized means authentication is required or failed, while 403 Forbidden means the server understands who you are but refuses access.
Yes, all status code lookups and specifications run entirely within your browser.