Status Codes for Server Response


狀態碼 英文說明 中文說明
2xx Success 指令完成送達之工作之狀況
200 OK; the request was fulfilled. 指令完成
201 OK; following a POST command. 指令完成,以post command 格式傳送
202 OK; accepted for processing, but processing is not completed. 指令已送達,但程序有問題,無法完整執行程序。
203 OK; partial information--the returned information is only partial. 指令已送達,但因某些因素只能回傳部分資訊。
204 OK; no response--request received but no information exists to send back. 指令已送達,但因某些因素無法回傳資訊。
3xx Redirection 警告!建議轉址!
301 Moved--the data requested has a new location and the change is permanent. 警告!您所要求的網址已永久遷移。
302 Found--the data requested has a different URL temporarily. 警告!您所要求的網址暫時遷移。
303 Method--under discussion, a suggestion for the client to try another location. 警告! 您所要求的網址目前有所爭議,建議您試試別的位址 。
304 Not Modified--the document has not been modified as expected. 警告!要傳送資料不合規定
4xx Error seems to be in the client 警告!client 端疑有錯誤
400 Bad request--syntax problem in the request or it could not be satisfied. 警告! 在您request的 語法中有問題,建議您修正,否則可能無法執行。
401 Unauthorized--the client is not authorized to access data. 警告!client 端未經授權,無法傳接資料。
402 Payment required--indicates a charging scheme is in effect. 警告!目前執行此處需付費
403 Forbidden--access not required even with authorization. 目前此處完全關閉(即使通過認證亦無法通行)
404 Not found--server could not find the given resource. 警告!伺服器無法尋獲資源
5xx Error seems to be in the server 警告!伺服器出現問題
500 Internal Error--the server could not fulfill the request because of an unexpected condition. 警告!因不名原因,伺服器無法執行指令
501 Not implemented--the sever does not support the facility requested. 警告!伺服器端在技術上不支援要求指令
502 Server overloaded--high load (or servicing) in progress. 很抱歉!伺服器因付載過重,目前無法執行。
503 Gateway timeout--server waited for another service that did not complete in time. 很抱歉!伺服器因處理其他process或等待時間過久而超出時間