Re: [whatwg/url] authority state limits passwords outside of percent encoding (#294)

`a://b:c#d@e` would fail parsing without a base URL due to the slashes.

But yes, you have to encode some characters in URLs when you want to put them in certain positions. We can't really change how URLs are parsed retroactively.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/294#issuecomment-295349300

Received on Wednesday, 19 April 2017 17:10:46 UTC