Hi,
Im trying to access the host with credentials with below syntax
Here i'm having one problem.
username :- akhilesh
password :- akhil@123
when i'm trying to access with URL like
https://akhilesh:akhil@123@192.168.86.72:9200
Its throwing me an error, as there are two '@' in the host. Its getting confused and taking 123@192.168.86.72:9200 as a host.
How can i solve this problem?