Lukas' Notes

web

Definition

GET (HTTP)

GET is an HTTP method that requests a representation of the identified resource. A GET request should have no side effects: reading the resource must not insert, modify, or delete data. Parameters are carried in the URL query string, so a GET request has no body.