Compares two URLs and returns true if they have a common scheme, host, port and that the url's path starts with the path specified in the baseUrl.
It does not consider username/password, query or fragment.
Compares two URLs and returns true if they have a common scheme, host, port and that the url's path starts with the path specified in the baseUrl.
It does not consider username/password, query or fragment.