Wildcard Parameters (in URLs)

Wildcard parameters allow you to capture anything after a certain part of a URL that allows for the system to query for anything after the entered root URL. Wildcards are represented by an asterisk symbol. 


For example, https://clothing.com/womenswould encompass not only that root URL but also https://clothing.com/womens/shoes, https://clothing.com/womens/jeans, https://clothing.com/womens/dresses, etc.