About the HTTP Status Codes
HTTP Status Codes is a searchable reference of the status codes servers return β what each one means and when to use it.
Search by number, name or description to quickly find the code you need.
Search and look up HTTP status codes
HTTP Status Codes is a searchable reference of the status codes servers return β what each one means and when to use it.
Search by number, name or description to quickly find the code you need.
401 means you are not authenticated; 403 means you are authenticated but not allowed to access the resource.
Use 422 Unprocessable Entity when a request is well-formed but fails validation.
Use 301 for permanent moves (passes SEO value) and 302/307 for temporary redirects.