appbaseio/mirage

Handle special characters in the password

metalshanked opened this issue · 0 comments

Hi, I am trying to connect to a cluster which has special characters in the password like the at and hash/pound chars
Mirage fails to connect to the cluster with the standard format https://username:passwordwithspecialchars@cluster.com:9200

So, i tried URL encoding the chars as well but that did not work either.

Can anyone advise? Thanks in advance!