Re: [whatwg/url] Percent encoding does not round-trip (#523)

For clarity, if your username is `%25DOMAIN` you would have to percent-encode it before stuffing it in the URL: `%2525DOMAIN`. The URL parser will not percent-encode `%` for you. #727 attempts to clarify this. (My example doesn't use username, but the same principle applies.)

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

Message ID: <whatwg/url/issues/523/1357883133@github.com>

Received on Monday, 19 December 2022 15:59:47 UTC