Hi All,
I am trying to hit this url - https:HOST/api/security/v1/login to bypass login screen. What I want to achieve is to navigate from my angular application to Kibana without going to login screen. So, I got to know I can do this by making a post call to this url - https:HOST/api/security/v1/login and I am also passing Kibana version in the header and username password in the parameters. But I am getting below error-
{
"statusCode": 400,
"error": "Bad Request",
"message": "Browser client is out of date, please refresh the page"
}
Any help would be really appreciated.
Thanks,
Khushboo