--- title: 503 Service Unavailable slug: Web/HTTP/Status/503 tags: - 503 error - HTTP - Service Unavailable Error - Status code translation_of: Web/HTTP/Status/503 ---
{{HTTPSidebar}}

超文本傳輸協定(英文:HyperText Transfer Protocol (HTTP) ) 503 Service Unavailable 表示目前伺服器暫時不能處理連線的請求。

起因通常是伺服器正在進行維護或是當下流量過載。這種錯誤回傳應該是暫時性的,並且{{HTTPHeader("Retry-After")}} HTTP header 中要盡可能描述到系統大概恢復正常的時間。.

注意:回傳這種錯誤的同時,也要同時顯示一張對使用者友善的網頁,來簡單描述問題。

回傳此錯誤時,務必注意和快取存取相關的標頭(Caching-related headers),因為 503 狀態通常要是暫時性的,而這種回應不應該被暫存至快取。

狀態

503 Service Unavailable

規範

規範 標題
{{RFC("7231", "503 Service Unavailable" , "6.6.4")}} Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

瀏覽器相容性

以下資訊是從 MDN 的 GitHub 取得 (https://github.com/mdn/browser-compat-data).

{{Compat("http.status.503")}}

請參閱

了解更多

一般知識