You use the HTTP GET request method to retrieve data from a server. The GET method sends data as a query string to the server, responding with the requested information.
Developers typically cache GET requests for a set period. In addition, because GET requests send data in the URL, they can be susceptible to length limitations and may not be suitable for sending sensitive information.