I have charts built with Apache Superset. I need to integrate the chart in my Angular 7 application with iframe.
Major issue is I get authentication failure and error message stating Refused to display 'http://[CHART-URL]' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
How should I integrate the Apache Superset Chart to do things right way avoiding all these errors?