--- title: GET slug: Web/HTTP/Methods/GET tags: - HTTP - Reference - Request method translation_of: Web/HTTP/Methods/GET original_slug: Web/HTTP/Méthode/GET ---
La méthode HTTP GET demande une représentation de la ressource spécifiée. Les requêtes GET doivent uniquement être utilisées afin de récupérer des données.
La requête a un corps | Non |
---|---|
Une réponse de succès a un corps | Oui |
{{Glossary("Safe","Sûre")}} | Oui |
{{Glossary("Idempotent","Idempotente")}} | Oui |
{{Glossary("Cacheable","Peut être mise en cache")}} | Oui |
Autorisée dans les formulaires HTML | Oui |
GET /index.html
Spécification | Titre |
---|---|
{{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")}}