Are essentially the same URL. However, hm-redirects don't take the trailing slash into account. When parsing the URL, I think that the plugin should normalize the URLs before storing them into database and generate their hashes.
It also happens if the lead slash is not present in the relative path when a new redirect is created. It also needs to be normalized in some way.
Note that if a URL contains a slash in any of its query args, this normalization should not affect those args.
These URLs:
Are essentially the same URL. However, hm-redirects don't take the trailing slash into account. When parsing the URL, I think that the plugin should normalize the URLs before storing them into database and generate their hashes.
It also happens if the lead slash is not present in the relative path when a new redirect is created. It also needs to be normalized in some way.
Note that if a URL contains a slash in any of its query args, this normalization should not affect those args.