ElasticHD
ElasticHD copied to clipboard
密码里有个@,使用http://user:password@host:port,连接不起
密码里有个@,使用http://user:password@host:port,连接不起
我这边使用普通密码连上了,但是查询的时候出现如下错误
{
"info": "2021-04-09 03:38:16.996841661 +0000 UTC: Error [map[header:map[WWW-Authenticate:Basic realm=\"security\" charset=\"UTF-8\"] root_cause:[map[type:security_exception reason:missing authentication credentials for REST request [///_index] header:map[WWW-Authenticate:Basic realm=\"security\" charset=\"UTF-8\"]]] type:security_exception reason:missing authentication credentials for REST request [///_index]]] Status [401] [401]"
}
es 7.10.1
密码里有个@,使用http://user:password@host:port,连接不起
有解决方案吗 可以连接,将url里的@转义下就行了
您好,我的开源项目 https://github.com/1340691923/ElasticView 密码里有@符号可以连接