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.
