Skip to content

Conversation

@bagheraa
Copy link

@bagheraa bagheraa commented Dec 21, 2017

Entering passwords with special characters as @, #, /, ..., in the url requires quoting, as the urlparse method in the FMServer.__init__() doesn't work with them in plain text.

When the request.get is made, is necessary to unquote them.
If there is no password or the password doesn't have any special characters, the password must be passed as it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant