GET
GET is an HTTP request for a representation of the specified resource.
GET is by far the most common method used on the Web today. This is a safe request meaning that it does not alter, add to, or destroy the data on the webserver, and is generally used to retrieve information, message logs, status updates etc.


