Skip to content

Passwords have special symbols #135

Open
@chenkui-it

Description

@chenkui-it

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions