url-normalizer icon indicating copy to clipboard operation
url-normalizer copied to clipboard

Using only one slash after the scheme causes error in normalization

Open scott8035 opened this issue 2 years ago • 0 comments
trafficstars

Hi all. Thought I would report a wrinkle I've found. In the following URL, note that there is only one slash after the https: scheme where there should be two:

**https:/**www.nytco.com/press/an-open-letter-from-editors-and-publishers-publishing-is-not-a-crime/

When this URL is run through the normalizer, shouldn't that single slash be updated to two slashes, like this:

**https://**www.nytco.com/press/an-open-letter-from-editors-and-publishers-publishing-is-not-a-crime/

scott8035 avatar Nov 02 '23 18:11 scott8035