From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/zh-tw/web/http/status/300/index.html | 38 ++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 files/zh-tw/web/http/status/300/index.html (limited to 'files/zh-tw/web/http/status/300') diff --git a/files/zh-tw/web/http/status/300/index.html b/files/zh-tw/web/http/status/300/index.html new file mode 100644 index 0000000000..40a878c849 --- /dev/null +++ b/files/zh-tw/web/http/status/300/index.html @@ -0,0 +1,38 @@ +--- +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
+
+ +

規範

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

參見

+ + -- cgit v1.2.3-54-g00ecf