GET method
GET is one of several methods available when making HTTP requests.
GET requests a representation of the specified resource.
Requests using GET should only retrieve data and should have no other effect.
Compare POST.
Querystrings
Links and querystring
Examples @ Etymology Online:
http://www.etymonline.com/index.php?term=custom
http://www.etymonline.com/index.php?search=suescere
Examples @ Google:
https://www.google.com/search?q=get+method+http
Forms and querystrings
…