--- title: GET slug: Web/HTTP/Methods/GET tags: - HTTP - Referensi - Request method translation_of: Web/HTTP/Methods/GET ---
{{HTTPSidebar}}

Request HTTP GET method merupakan representasi dari resource spesifik. Request menggunakan GET hanya menerima data.

Request has body No
Successful response has body Yes
{{Glossary("Safe")}} Yes
{{Glossary("Idempotent")}} Yes
{{Glossary("Cacheable")}} Yes
Allowed in HTML forms Yes

Sintaks

GET /index.html

Spesifikasi

Spesifikasi Judul
{{RFC("7231", "GET", "4.3.1")}} Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

Kompabilitas Browser

{{Compat("http.methods.GET")}}

Lihat Juga