Hello Peter Stieber
Thanks for the reply!
As per the documentation,
www.contoso.com/test matches www.contoso.com/test?with_query=1.
The path /test is the primary factor for matching, and query parameters (like ?with_query=1)
do not affect the match.
But,
Query parameters are not considered in the matching process for the base URL. Therefore, www.contoso.com/?siteabcabcabc
does not match www.contoso.com
or www.contoso.com/
because the presence of the query parameter changes the URL.
I hope this has been helpful!
If the above is unclear or you are unsure about something, please add a comment below.