分類: 開發工具

HTTP 狀態碼查詢

站方自行規劃沒找到想要的工具?

搜尋每個 HTTP 狀態碼及其含義

依數字、名稱或關鍵字搜尋 1xx 到 5xx 的 HTTP 狀態碼,並查看簡短實用的說明。資料表隨頁面打包,全部在你的瀏覽器本機查詢。

62 個狀態碼

狀態碼名稱分類含義
100Continue1xx 資訊回應The initial part of the request was received; the client should continue.
101Switching Protocols1xx 資訊回應The server is switching protocols as requested by Upgrade.
102Processing1xx 資訊回應The server has received the request and is still processing it.
103Early Hints1xx 資訊回應Preload or preconnect hints sent before the final response.
200OK2xx 成功The request succeeded.
201Created2xx 成功The request succeeded and a new resource was created.
202Accepted2xx 成功The request was accepted for processing but is not complete.
203Non-Authoritative Information2xx 成功The payload was transformed by a proxy from the origin response.
204No Content2xx 成功The request succeeded but there is no content to send.
205Reset Content2xx 成功The client should reset the document view that sent the request.
206Partial Content2xx 成功Only part of the resource is being sent, per a Range header.
207Multi-Status2xx 成功A WebDAV response conveying status for multiple sub-requests.
208Already Reported2xx 成功A WebDAV binding was already enumerated in a previous reply.
226IM Used2xx 成功The server fulfilled the request using instance manipulations.
300Multiple Choices3xx 重新導向The request has more than one possible response.
301Moved Permanently3xx 重新導向The resource has been permanently moved to a new URL.
302Found3xx 重新導向The resource is temporarily at a different URL.
303See Other3xx 重新導向The response can be found under a different URL using GET.
304Not Modified3xx 重新導向The resource has not changed since the last request; use the cache.
305Use Proxy3xx 重新導向Deprecated: the requested resource must be accessed through a proxy.
307Temporary Redirect3xx 重新導向The resource is temporarily at a different URL; method must not change.
308Permanent Redirect3xx 重新導向The resource has permanently moved; method must not change.
400Bad Request4xx 用戶端錯誤The server cannot process the request due to a client error.
401Unauthorized4xx 用戶端錯誤Authentication is required and has failed or not been provided.
402Payment Required4xx 用戶端錯誤Reserved for future use.
403Forbidden4xx 用戶端錯誤The server understood the request but refuses to authorize it.
404Not Found4xx 用戶端錯誤The server can not find the requested resource.
405Method Not Allowed4xx 用戶端錯誤The request method is not supported for this resource.
406Not Acceptable4xx 用戶端錯誤No content matching the Accept headers was found.
407Proxy Authentication Required4xx 用戶端錯誤The client must authenticate with the proxy first.
408Request Timeout4xx 用戶端錯誤The server timed out waiting for the request.
409Conflict4xx 用戶端錯誤The request conflicts with the current state of the resource.
410Gone4xx 用戶端錯誤The resource is no longer available and will not come back.
411Length Required4xx 用戶端錯誤The request did not specify the length of its content.
412Precondition Failed4xx 用戶端錯誤A precondition in the request headers was not met.
413Payload Too Large4xx 用戶端錯誤The request entity is larger than the server can handle.
414URI Too Long4xx 用戶端錯誤The requested URI is longer than the server can interpret.
415Unsupported Media Type4xx 用戶端錯誤The media format of the request is not supported.
416Range Not Satisfiable4xx 用戶端錯誤The requested range cannot be satisfied.
417Expectation Failed4xx 用戶端錯誤The Expect header could not be met by the server.
418I'm a Teapot4xx 用戶端錯誤An April Fools' joke status code from RFC 2324.
421Misdirected Request4xx 用戶端錯誤The request was directed at a server unable to produce a response.
422Unprocessable Entity4xx 用戶端錯誤The request was well-formed but semantically incorrect.
423Locked4xx 用戶端錯誤The resource that is being accessed is locked.
424Failed Dependency4xx 用戶端錯誤The request failed because a prior dependent request failed.
425Too Early4xx 用戶端錯誤The server is unwilling to risk processing a replayable request.
426Upgrade Required4xx 用戶端錯誤The client should switch to a different protocol.
428Precondition Required4xx 用戶端錯誤The origin server requires the request to be conditional.
429Too Many Requests4xx 用戶端錯誤The client has sent too many requests in a given time.
431Request Header Fields Too Large4xx 用戶端錯誤The header fields are too large for the server.
451Unavailable For Legal Reasons4xx 用戶端錯誤The resource is unavailable for legal reasons.
500Internal Server Error5xx 伺服器錯誤The server encountered an unexpected condition.
501Not Implemented5xx 伺服器錯誤The server does not support the functionality required.
502Bad Gateway5xx 伺服器錯誤The server, acting as a gateway, got an invalid response.
503Service Unavailable5xx 伺服器錯誤The server is not ready to handle the request.
504Gateway Timeout5xx 伺服器錯誤The server, acting as a gateway, did not get a response in time.
505HTTP Version Not Supported5xx 伺服器錯誤The HTTP version used in the request is not supported.
506Variant Also Negotiates5xx 伺服器錯誤Transparent content negotiation resulted in a circular reference.
507Insufficient Storage5xx 伺服器錯誤The server is unable to store the representation needed.
508Loop Detected5xx 伺服器錯誤The server detected an infinite loop while processing the request.
510Not Extended5xx 伺服器錯誤Further extensions to the request are required.
511Network Authentication Required5xx 伺服器錯誤The client needs to authenticate to gain network access.

本頁的所有處理都在瀏覽器中完成,不會上傳任何內容。

這個工具能做什麼

每個 HTTP 回應都會帶一個三位數狀態碼,用來告訴客戶端發生了什麼:2xx 表示成功,3xx 表示重新導向,4xx 表示客戶端問題,5xx 表示伺服器故障。這個工具內建常見的 IANA 註冊狀態碼與白話說明,讓你不用離開編輯器就能確認狀態碼含義,或找到更適合 API 回傳的狀態碼。

使用方式

  1. 輸入狀態碼、名稱,或像「rate limit」這樣的關鍵字。
  2. 可選擇把結果縮小到某一類狀態碼(1xx-5xx)。
  3. 閱讀相符狀態碼的簡短說明。

隱私說明

本工具完全在你的瀏覽器中執行。輸入的內容不會被上傳、儲存或分享,關閉分頁就隨之消失。

常見問題

這份列表來自哪裡?
工具內建一份常見 IANA 註冊狀態碼表,涵蓋網頁 API 與瀏覽器互動中最常見的狀態碼,不會請求伺服器。
401 和 403 有什麼差別?
401 Unauthorized 表示請求需要有效的認證憑證;403 Forbidden 表示伺服器知道你是誰,但仍拒絕授權這次操作。
為什麼會有 418?
I am a Teapot 來自 1998 年愚人節 RFC。它很少被嚴肅使用,不過有些 API 會把它當成彩蛋。