About this tool
Paste two URLs to find out whether they are equivalent and which part differs. Equivalence really depends on what you care about, so every normalisation rule is a switch: lowercase the host, drop a default port, drop a trailing slash, sort query parameters, ignore the fragment, ignore tracking parameters. With everything on, `https://a.com/x/` and `https://A.com:443/x?utm_source=n` are equivalent — but when chasing a caching or canonical problem, some of those rules need turning off.