--- title: 300 Multiple Choices slug: Web/HTTP/Status/300 translation_of: Web/HTTP/Status/300 ---
{{HTTPSidebar}}

HTTP 300 Multiple Choices 重定向回應碼代表該請求具有超過一種可能的回應。用戶代理或使用者應該從中挑選一個。由於不存在標準化的選擇回應方式,此回應碼非常少被使用。

若是伺服端有偏好的選擇,則應該產生 {{HTTPHeader("Location")}} 標頭。

狀態

300 Multiple Choices

規範

Specification Title
{{RFC("7231", "300 Multiple Choices" , "6.4.1")}} Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

參見