# HTTP Status Code Reference

> Look up what any HTTP status code means and when to use it.

To look up an HTTP status code, type the number or a keyword. Each entry explains what the code means and when it applies, including the difference between 301 and 302 redirects and why 401 is about authentication rather than authorisation.

**URL:** https://convertto.tech/t/http-status-codes
**Category:** Developer Tools (https://convertto.tech/c/developer-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your filter.
2. The result appears immediately — copy or download it.

## FAQ

### When should I use 301 versus 302?

Use 301 when a URL has permanently moved — search engines transfer ranking signals to the new URL and browsers cache the redirect. Use 302 for temporary moves such as A/B tests or maintenance pages.

### What is the difference between 401 and 403?

401 means you are not authenticated — log in and try again. 403 means the server knows who you are and is still refusing. Confusingly, 401 is named "Unauthorized" but is about authentication.

## Related tools

- [MIME Type Lookup](https://convertto.tech/t/mime-type-lookup): Find the correct MIME type for any file extension, and vice versa.
- [API Request Builder](https://convertto.tech/t/api-request-builder): Build an HTTP request visually and get it as curl, fetch, axios, Python, Go or PHP code.
- [Content Security Policy Generator](https://convertto.tech/t/csp-generator): Build a CSP header from common presets, with each directive explained.
- [URL Parser](https://convertto.tech/t/url-parser): Break a URL into protocol, host, path, query parameters and fragment.
- [cURL to Code Converter](https://convertto.tech/t/curl-to-code): Turn a cURL command into fetch, axios, Python requests or Node.js code.
- [HMAC Generator](https://convertto.tech/t/hmac-generator): Generate an HMAC signature with SHA-256, SHA-1, SHA-384 or SHA-512 and a secret key.
- [URL Encoder & Decoder](https://convertto.tech/t/url-encode-decode): Percent-encode text for safe use in URLs, and decode encoded URLs back to readable text.
- [Naming Convention Converter](https://convertto.tech/t/case-detector): Convert an identifier between every common naming convention at once.
