urlpattern
urlpattern copied to clipboard
Backslash escaping is required for colon before password in string syntax
i.e., you must write https://alice\:[email protected]/
; failing to escape the colon leads to the username pattern being parsed as alice:bob
. We should either change or document this.