GET method

A method used by the Web server's HTTP protocol to process the data from a form in the browser. GET tells the server to process the form's data as one long, concatenated string of values. An alternative is the POST method, which tells the server to process the form line by line.