aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/http/status/300/index.html
blob: 40a878c84979a4ea39dde4daabbf813710b1f794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: 300 Multiple Choices
slug: Web/HTTP/Status/300
translation_of: Web/HTTP/Status/300
---
<div>{{HTTPSidebar}}</div>

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

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

<h2 id="狀態">狀態</h2>

<pre class="syntaxbox">300 Multiple Choices
</pre>

<h2 id="規範">規範</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Title</th>
  </tr>
  <tr>
   <td>{{RFC("7231", "300 Multiple Choices" , "6.4.1")}}</td>
   <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
  </tr>
 </tbody>
</table>

<h2 id="參見">參見</h2>

<ul>
 <li>{{HTTPStatus("301")}} <code>Moved Permanently</code></li>
 <li>{{HTTPStatus("302")}} <code>Found</code>, the temporary redirect</li>
 <li>{{HTTPStatus("308")}} <code>Permanent Redirect</code></li>
</ul>