Check if the URLs pathname attribute is set.
pathname
ix.api.url.hasPath("https://your.ix-portal.de/path/app/?param1=value1"); // trueix.api.url.hasPath("https://your.ix-portal.de"); // false Copy
ix.api.url.hasPath("https://your.ix-portal.de/path/app/?param1=value1"); // trueix.api.url.hasPath("https://your.ix-portal.de"); // false
Check if the URLs
pathname
attribute is set.