How to avoid the cros orgin issue in Kibana Dev mode?

I am making ajax request to the Kibana server. My development server and Kibana server both are in different domain. How to avoid the cros orgin issues?

Hey @PrabakarKaruppasamy, Kibana's APIs do not support CORS, would you mind describing the problem that you're trying to solve, perhaps there is another way to solve your problem?

@Brandon_Kobel

Hi,
I want to make silent login to Kibana dashboard. My server domain is different and Kibana server domain is different. It does not allow me to login due to cros orgin issue.

@PrabakarKaruppasamy generally we recommend using a reverse-proxy with or without an iframe to do this. This topic walks you through how to do so: Auto-authenticating to iframe-embedded Kibana dashboard

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.