appbaseio / mirage

:art: GUI for simplifying Elasticsearch Query DSL
http://opensource.appbase.io/mirage
Other
2.21k stars 123 forks source link

Handle special characters in the password #91

Open metalshanked opened 3 years ago

metalshanked commented 3 years ago

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!