Having CORS issue while accessing ihub report from iframe in web application

Christus
edited February 11, 2022 in Analytics #1

Accessing ihub report with parameters inside an "IFrame" throws a CORS error:
Blocked a frame with origin ... from accessing a cross-origin frame.
The issue arises because ihub report inside iframe tries to access window.top object which creates cors issue as the app server and ihub server are hosted in different domains.
Please let me know if there is an option to set X-Frame-Options in Ihub server.