Query Parameter

These are tag/value pairs passed via HTTP in the URL, and after the '?" symbol.   For example:

 

http://example.com/path/to/page?name=ferret&color=purple

 

Has two query parameters, "name", and "color".

 

https://en.wikipedia.org/wiki/Query_string#Structure