Open jeremyroman opened 1 year ago
i.e., you must write https://alice\:bob@example.com/; failing to escape the colon leads to the username pattern being parsed as alice:bob. We should either change or document this.
https://alice\:bob@example.com/
alice:bob
i.e., you must write
https://alice\:bob@example.com/
; failing to escape the colon leads to the username pattern being parsed asalice:bob
. We should either change or document this.