Explanation of HTTP status codes and explanation of http Status Codes
1xx: Information
Message
Description
100 Continue
The server only receives some requests, but once the server does not reject the request, the
Common HTTP status codes and common http Status Codes
200 OK request successful. It is generally used for GET and POST requests.
301 Moved Permanently is Permanently Moved. The requested resource has been permanently moved to the new URI. The
HTTP and Status Codes
HTTP is a hypertext transfer protocol. The browser communicates with the Web server over HTTP (some other software, such as Im, uses the HTTP protocol to transmit data), transmits our request (HTTP request) to the server,
HTTP status CodeWhen 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
HTTP status CodeReference URL: http://www.cnblogs.com/52php/p/5658326.htmlWhen 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 types of information that are typically transmitted when handling AJAX responses are: data, success information, error information, failure information, and processing status, the type of information passed is inconsistent, plus, in addition to
Description of custom HTTP status codes of cloudmonitor and custom statuses of cloudmonitor
When you use site monitoring, the returned 6XX status codes are all custom HTTP status codes of cloudmonitor. The meanings are shown in the following table:
The role of the status code is to describe the return request result when the client sends a request to the server side. With the status code, the user can know whether the server has handled the request properly, or what error has occurred.RFC2616
The difference between HTTP status Codes 301 and 302 and enterprise application casesOriginal: http://blog.51cto.com/oldboy/17742601. What is 301 redirect?301 Redirect/Jump generally means that this page is permanently transferred to another address.
a list of HTTP status codes that are common in production environments (list of HTTP state codes)Description: Refinement does not seek much, there is not the same thinking is not the same wonderful.200-OK, the server successfully returned to the Web
The HTTP status code at the beginning of the note is indicated separately:1XX indicates message2XX indicates success3XX indicates redirection4XX indicates request error5XX indicates service-side errorCommon HTTP Status codes: OKIndicates the request
A JSP client requestWhen a Web page is requested by the browser, it sends a series of information to the Web server that cannot be read directly, as this information is used as an HTTPPart of the rest of the head. We can check the HTTP protocol to
Common HTTP status codes in the production environment
The List of common HTTP status codes in the production environment is:
200-OK. The server returns the webpage successfully.-Standard response for successful HTTP requests.
301-Moved Permanently (
Four new HTTP status codes RFC 6585 have just been released. This document describes four new HTTP status codes. Is the HTTP protocol www.2cto.com still changing? Yes, the HTTP protocol has been evolving. The new status code is very useful for
HTTP Status Code, which is currently used. I used to remember several common status codes, such as 200,302,304,404,503. Generally, I only need to know these common status codes. For AJAX, REST, web crawler, robot and other programs. You still need
a JSP client request When a Web page is requested by the browser, it sends a series of information to the Web server that cannot be read directly, as this information is used as an HTTPPart of the rest of the head. We can check the HTTP protocol to
Common HTTP status Codes
OK
301 Moved Permanently
302 Found
304 Not Modified
307 Temporary Redirect
Request
401 Unauthorized
403 Forbidden
404 Not Found
410 Gone
Internal Server Error
501 Not implemented
ContinueThe
Summary 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
The difference between HTTP status Codes 301 and 302 and enterprise application cases1. What is 301 redirect?301 Redirect/Jump generally means that this page is permanently transferred to another address.301 is a permanent transfer (permanently
a JSP client requestWhen a Web page is requested by the browser, it sends a series of information to the Web server that cannot be read directly, as this information is used as an HTTPInterest part of the head to be transmitted. We can check
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.