Open
Description
redis Passwords have special symbols, such as # and % ,No matter what method is used, it can not be solved.
ParseResult(scheme='redis', netloc=':57#[email protected]:6379', path='/0', params='', query='', fragment='')
Convert the password using parse.quote to get 57%23Wc903z result:invalid password
if I don't do anything ;
result:
ParseResult(scheme='redis', netloc=':57', path='', params='', query='', fragment='[email protected]:6379/0')
Looking forward to reply
Metadata
Metadata
Assignees
Labels
No labels