seppar
(Sepehr Parirokh)
March 20, 2020, 8:14pm
1
I had iframes being displayed on my front end application using the iframes. Recently instead of displaying them, it loads to the kibana login page.
rashmi
(kulkarni)
March 21, 2020, 12:27am
2
Hello
Thanks for sharing. There are couple posts which talk about this:
check this out:
I am trying to embed an iframe in my web application. I don't want to show login screen to my user So I tried to make an ajax call using below code.
$(document).ready(function(){
$.ajax({
type: "PUT",
url: "https://nlxesdev01.corp.cvscaremark.com:5601/api/security/v1/login",
contentType: 'application/x-www-form-urlencoded',
dateType: 'jsonp',
xhrFields: { withCredentials: true },
username: "xxxx",
date:…
Thanks
Rashmi
system
(system)
Closed
April 18, 2020, 12:27am
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.