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

HTTP GET 메서드는 특정한 리소스를 가져오도록 요청합니다. GET 요청은 데이터를 가져올 때만 사용해야 합니다.

요청에 본문 존재 아니오
성공 응답에 본문 존재
{{Glossary("Safe", "안전함")}}
{{Glossary("Idempotent", "멱등성")}}
{{Glossary("Cacheable", "캐시 가능")}}
HTML 양식에서 사용 가능

구문

GET /index.html

명세

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

브라우저 호환성

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

같이 보기