DevTools Party Preloader Image

URL Comparer

Compare your URL

Given a web application, an API or a landing page URL we need to check if all parameters, mandatory or not, are present into the request URL. If the URL is short, this can be a simple job while for a longer one it can be a little bit more difficult. And for this reason we created our URL Parser.

There are cases instead where we know that one URL is correct and works as we expect and there are other, of the same type, not working URLs. How to check more than one URL with many parameters to see what in which parameter the correct one differs from the others?
With this goal in mind we created the URL comparer! It allows to copy and paste different URL (max 10 per time), to analyse them as also the URL Parser do and to compare the reults putting the URLs data into a comfortable way so it's easy to see which element is missing or is different.

The first line is assumed to be the "main" (or the correct) one; so all reported differences are with this one.