It is GET. The GET method is used to retrieve or get the information from the given server using a given URI. Requests using GET should only retrieve data and should have no other effect on the data. Any changes in the data should be done using the POST request only.