Common HTTP 1.1 status codes and their corresponding status information and meaningsContinue the initial request has been accepted and the customer should continue to send the remainder of the request. (HTTP 1.1 new)101 Switching Protocols Server
If a request is made to your server to display a webpage on your site (for example, when a user accesses your page through a browser or when Googlebot crawls the page), your server returns an HTTP status code in response to the request.This status
The format of the HTTP request and HTTP response message is similar, with the following structure:
Initial status line + carriage return newline character (carriage return + line feed)
0 or more header lines + carriage return line break
A
When a viewer accesses a webpage, the browser of the viewer makes a request to the server where the page is located. When a Web page is received and displayed by the browser, the server on which the page resides returns a message header (server
---restore content starts---As described in Mr. Pengwuchen's PHP (PHP tutorial) BIBLE, the header can send a status header, such asHeader ("status:404 not Found");?>Can let the user browser appear the file cannot find the 404 error, but I tried this
The HTTP status code is a 3-bit numeric code that represents the HTTP response status of the Web server. It is defined by the RFC 2616 specification and is extended by RFC 2518, RFC 2817, RFC 2295, RFC 2774, RFC 4918, and other
Reference is from RFC 2616 and is extended by RFC 2518, RFC 2817, RFC 2295, RFC 2774, RFC 4918, and other specifications. The red word represents a few of the more common status CODE
"Continue":
"101": Switching protocols
"102": Processing
Small North here marked a number of status code, Hey, is someone else's thing, I'm afraid he blog suddenly shut down these things no, hey, the original poked here201-206 indicates that the server successfully processed the status code of the request,
Http response status code (transfer) and response code
Http status return code 1xx (temporary response)Status Code indicating a temporary response and requiring the requester to continue the operation.
Http status return code:
Code Description100
HTTP status code and status code
Refer to blog: HTTP status code details
1 ** (Information Class): Receives the request and continues processing.
100
Continue
The initial request has been accepted, and the customer
An error may occur when the browser requests a service from the Web server.It is possible to return the following series of status messages:1xx: Information
message:
Description:
Continue
The server only
the meaning of the HTTP Protocol status code is mainly divided into five categories , which are generally :~~~~~~~~~~~~~~~~~~~~~~~~~~~~1xx reserved 2xx indicates that the request was successfully received by 3xx Request further refinement of
200– Server successfully returned page 404– requested page does not exist 503– service is not available1XX (Temporary response)A status code that represents a temporary response and requires the requestor to continue the operation.Code description100
1XX: Information
message
Description
Continue
The server only receives partial requests, but once the server does not reject the request, the client should continue to send the remaining requests.
Status Code
reason Phrases
representative meaning
HTTP version
Message response
100
ContinueContinue to
The client should continue to send the request. This temporary response is used to
We all know that 404 is found in wood, 301 is the definition of turn, but how many people know 206 or 307? This article will give you a list of the various HTTP status code meaning, suitable for long-term collection.
Status Code
201-206 indicates that the server successfully processed the status code of the request, which indicates that the Web page can be accessed normally.200 (success) The server has successfully processed the request. Typically, this indicates that the
First,HTTP status CodeIf a request is sent to your server asking to display a webpage on your site (for example, when a user accesses your page through a browser or Googlebot crawls a webpage), the server returns an HTTP status code in response to
201-206 indicates that the server successfully processed the status code of the request, which indicates that the Web page can be accessed normally.200 (success) The server has successfully processed the request. Typically, this indicates that the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.