I use iframe to embed the kibana page and i want to get the cookie info and set it to all request headers before sending any request.
Starting kibana, while the plugins setting up, some plugin sends request to the es server. I have to set the authorization info from cookie into the request headers.
Can someone help me pls