A dynamic URL is the URL (Uniform Resource Locator) of a Web page with content that depends on variable parameters that are provided to the server that delivers it.
Dynamic URLs are different from static URLs. The content on the Web page of static URLs does not change unless the Web programmer changes the page HTML code. The content of a Web page with a dynamic URL is generated from automated queries to the website's database.
The parameters of a URL can be entered manually by the user in the URL space itself, or they may be automatically obtained through an automatic query.
You can easily identify a dynamic URL through the presence of special characters or character strings. The following is a simple example for such a special characters string: &
$
+
=
?
%
cgi