url-normalizer
url-normalizer copied to clipboard
Using only one slash after the scheme causes error in normalization
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/