What is a URL parameter?
A URL parameter is a component of a Uniform Resource Locator (URL) that follows the question mark (?) and is used to pass data from a web page to the server.
URL parameters consist of a key-value pair separated by an equals sign (=), and multiple parameters are separated by an ampersand (&).