--- title: GET slug: Web/HTTP/Methods/GET translation_of: Web/HTTP/Methods/GET ---
HTTP GET method 方法請求展示指定資源。 使用 GET 的請求只應用於取得資料。
| Request 有 body | No |
|---|---|
| 成功的 response 有 body | Yes |
| {{Glossary("Safe")}} | Yes |
| {{Glossary("Idempotent")}} | Yes |
| {{Glossary("Cacheable")}} | Yes |
| 允許在 HTML 表單 | Yes |
GET /index.html
| 規範 | 標題 |
|---|---|
| {{RFC("7231", "GET", "4.3.1")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
{{Compat("http.methods.GET")}}