Home Backend Development PHP Tutorial Complete list of HTTP status codes

Complete list of HTTP status codes

Aug 08, 2016 am 09:30 AM
http microsoft request

Referenced from RFC 2616, and extended by RFC 2518, RFC 2817, RFC 2295, RFC 2774, RFC 4918 and other specifications. The red letters represent the more common STATUS CODE


"100" : Continue

"101" : Switching Protocols

"102" : Processing (WebDAV;RFC 2518)

"200" : OK

"201" : Created

"202" : Accepted

"203" : Non-Authoritative Information (since HTTP/1.1)

"204" : No Content

"205" : Reset Content

"206" : Partial Content

"207" : Multi-Status(WebDAV; RFC 4918)

"208" : Already Reported (WebDAV; RFC 5842)

"226" : IM Used (RFC 3229)

"300" : Multiple Choices

"301" : Moved Permanently

"302" : Found

"303" : See Other (since HTTP/1.1)

"304" : Not Modified

"305" : Use Proxy (since HTTP/1.1)

"306" : Switch Proxy(no longer used)

"307" : Temporary Redirect(since HTTP/1.1)

"308" : Permanent Redirect (Experimental RFC; RFC 7238)

"400" : Bad Request

"401" : Unauthorized

"402" : Payment Required

"403" : Forbidden

"404" : Not Found

"405" : Method Not Allowed

"406" : Not Acceptable

"407" : Proxy Authentication Required

"408" : Request Time-out

"409" : Conflict

"410" : Gone

"411" : Length Required

"412" : Precondition Failed

"413" : Request Entity Too Large

"414" : Request-URI Too Large

"415" : Unsupported Media Type

"416" : Requested range not satisfiable

"417" : Expectation Failed

"418" : I'm a teapot (RFC 2324)

"419" : Authentication Timeout (not in RFC 2616)

"420" : Method Failure (Spring Framework)

"420" : Enhance Your Calm (Twitter)

"421" : There are too many connections from your internet address(Unknown)

"422" : Unprocessable Entity(WebDAV; RFC 4918)

"423" : Locked(WebDAV; RFC 4918)

"424" : Failed Dependency (WebDAV; RFC 4918)

"426" : Upgrade Required(RFC 2817)

"428" : Precondition Required (RFC 6585)

"429" : Too Many Requests (RFC 6585)

"431" : Request Header Fields Too Large (RFC 6585)

"440" : Login Timeout (Microsoft)

"444" : No Response (Nginx)

"449" : Retry With(Microsoft)

"450" ​​: Blocked by Windows Parental Controls (Microsoft)

"451" : Unavailable For Legal Reasons (Internet draft)

"451" : Redirect (Microsoft)

"494" : Request Header Too Large (Nginx)

"495" : Cert Error (Nginx)

"496" : No Cert (Nginx)

"497" : HTTP to HTTPS (Nginx)

"498" : Token expired/invalid (Esri)

"499" : Client Closed Request (Nginx)

"499" : Token required (Esri)

"500" : Internal Server Error

"501" : Not Implemented

"502" : Bad Gateway

"503" : Service Unavailable

"504" : Gateway Time-out

"505" : HTTP Version not supported

"506" : Variant Also Negotiates(RFC 2295)

"507" : Insufficient Storage (WebDAV; RFC 4918)

"508" : Loop Detected (WebDAV; RFC 5842)

"509" : Bandwidth Limit Exceeded(Apache bw/limited extension)

"510" : Not Extended(RFC 2774)

"511" : Network Authentication Required (RFC 6585)

"598" : Network read timeout error (Unknown)

"599" : Network connect timeout error (Unknown)

"600" : Unparseable Response Headers


The above introduces the complete list of HTTP status codes, including relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What does http status code 520 mean? What does http status code 520 mean? Oct 13, 2023 pm 03:11 PM

HTTP status code 520 means that the server encountered an unknown error while processing the request and cannot provide more specific information. Used to indicate that an unknown error occurred when the server was processing the request, which may be caused by server configuration problems, network problems, or other unknown reasons. This is usually caused by server configuration issues, network issues, server overload, or coding errors. If you encounter a status code 520 error, it is best to contact the website administrator or technical support team for more information and assistance.

Understand common application scenarios of web page redirection and understand the HTTP 301 status code Understand common application scenarios of web page redirection and understand the HTTP 301 status code Feb 18, 2024 pm 08:41 PM

Understand the meaning of HTTP 301 status code: common application scenarios of web page redirection. With the rapid development of the Internet, people's requirements for web page interaction are becoming higher and higher. In the field of web design, web page redirection is a common and important technology, implemented through the HTTP 301 status code. This article will explore the meaning of HTTP 301 status code and common application scenarios in web page redirection. HTTP301 status code refers to permanent redirect (PermanentRedirect). When the server receives the client's

How to log in to a Microsoft account on Windows 10 How to log in to a Microsoft account on Windows 10 Jan 01, 2024 pm 05:58 PM

You can log in with a Microsoft account in the win10 system, but there are still many friends who don’t know how to log in. Today I will bring you the method of logging in with a win10 Microsoft account. Come and take a look. How to log in to win10 microsoft account: 1. Click Start in the lower left corner and click the gear to open settings. 2. Then find "Account" and click to open. 3. After entering the account, click "Email and App Accounts" on the left. 4. Then click "Add Account" on the right. 5. After entering the account interface, many options will appear. Click the first "outlook". 6. Enter your account number in the Microsoft account window that appears. 7. After all is completed, you can

HTTP 200 OK: Understand the meaning and purpose of a successful response HTTP 200 OK: Understand the meaning and purpose of a successful response Dec 26, 2023 am 10:25 AM

HTTP Status Code 200: Explore the Meaning and Purpose of Successful Responses HTTP status codes are numeric codes used to indicate the status of a server's response. Among them, status code 200 indicates that the request has been successfully processed by the server. This article will explore the specific meaning and use of HTTP status code 200. First, let us understand the classification of HTTP status codes. Status codes are divided into five categories, namely 1xx, 2xx, 3xx, 4xx and 5xx. Among them, 2xx indicates a successful response. And 200 is the most common status code in 2xx

http request 415 error solution http request 415 error solution Nov 14, 2023 am 10:49 AM

Solution: 1. Check the Content-Type in the request header; 2. Check the data format in the request body; 3. Use the appropriate encoding format; 4. Use the appropriate request method; 5. Check the server-side support.

Windows 12 will be a free upgrade, no subscription required Windows 12 will be a free upgrade, no subscription required Oct 21, 2023 am 11:17 AM

Microsoft doesn't work with subscription-based versions of Windows 12, and you won't be charged any fees. People are still talking about Windows 12 being subscription-based, a rumor based on a string of code in a Windows 11 preview build. Some people are still wondering how Microsoft plans to make their next version of Windows a subscription model. It turns out that the rumor discussed by some media outlets was an "IoT Enterprise Subscription" based on Windows 11, not Windows vNext. For those who don’t know, Windows24H2 or WindowsvNext is the public name for Windows 12. Some media will win

How to implement HTTP streaming using C++? How to implement HTTP streaming using C++? May 31, 2024 am 11:06 AM

How to implement HTTP streaming in C++? Create an SSL stream socket using Boost.Asio and the asiohttps client library. Connect to the server and send an HTTP request. Receive HTTP response headers and print them. Receives the HTTP response body and prints it.

What status code is returned for an HTTP request timeout? What status code is returned for an HTTP request timeout? Feb 18, 2024 pm 01:58 PM

The HTTP request times out, and the server often returns the 504GatewayTimeout status code. This status code indicates that when the server executes a request, it still fails to obtain the resources required for the request or complete the processing of the request after a period of time. It is a status code of the 5xx series, which indicates that the server has encountered a temporary problem or overload, resulting in the inability to correctly handle the client's request. In the HTTP protocol, various status codes have specific meanings and uses, and the 504 status code is used to indicate request timeout issues. in customer

See all articles