HTTP狀態代碼

來源:互聯網
上載者:User

標籤:

HTTP Status Codes
The HTTP Status codes allow a server to communicate the results of processing a client’s request. These
status codes are grouped into the following categories:
•  Informational Codes—Status codes indicating that the server has received the
request but hasn’t completed processing it. These intermediate response codes are
in the 100 series.
•  Success Codes—Status codes indicating that the request has been successfully
received and processed. These codes are in the 200 series.
•  Redirection Codes—Status codes indicating that the request has been processed, but
the client must perform an additional action to complete the request. These actions
typically involve redirecting to a different location to get the resource. These codes
are in the 300 series.
•  Client Error Codes—Status codes indicating that there was an error or a problem
with client’s request. These codes are in the 400 series.
•  Server Error Codes—Status codes indicating that there was an error on the server
while processing the client’s request. These codes are in the 500 series.
The HTTP Status codes play an important role in REST API design as meaningful codes help
communicate the right status, enabling the client to react appropriately. Table 1-2 shows some of the
important status codes into which you typically run.

 

Table 1-2. HTTP status codes and their descriptions
Status Code Description
100 (Continue) Indicates that the server has received the first part of the request and the rest
of the request should be sent.
200 (OK) Indicates that all went well with the request.
201 (Created) Indicates that request was completed and a new resource got created.
202 (Accepted) Indicates that request has been accepted but is still being processed.
204 (No Content) Indicates that the server has completed the request and has no entity body to
send to the client.
301 (Moved Permanently) Indicates that the requested resource has been moved to a new location and
a new URI needs to be used to access the resource.
400 (Bad Request) Indicates that the request is malformed and the server is not able to
understand the request.
401 (Unauthorized) Indicates that the client needs to authenticate before accessing the resource.
If the request already contains client’s credentials, then a 401 indicates
invalid credentials (e.g., bad password).
403 (Forbidden) Indicates that the server understood the request but is refusing to fulfill it.
This could be because the resource is being accessed from a blacklisted IP
address or outside the approved time window.
404 (Not Found) Indicates that the resource at the requested URI doesn’t exist.
406 (Not Acceptable) Indicates that the server is capable of processing the request; however, the
generated response may not be acceptable to the client. This happens when
the client becomes too picky with its accept headers.
500 (Internal Server Error) Indicates that there was an error on the server while processing the request
and that the request can’t be completed.
503 (Service Unavailable) Indicates that the request can’t be completed, as the server is overloaded or
going through scheduled maintenance.

HTTP狀態代碼

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.