Report not embedding

Hello Helical,

When following your docs (https://www.helicalinsight.com/technical-guide/integrate-helical-insight-web-application-using-object-tag/) on integrating the object tag with the data link we can get it to have the outline but the jquery breaks on us so it displays borders of reports

``` id=" report-frame"

data="http://localhost:8085/hi-ee/hi.html?dir=1463377807724/1472805277364/&file=dabe0f49-2da0-48db-9772-6a51d2a5e322.efw&mode=dashboard&j_organization=&j_username=hiadmin&j_password=hiadmin"

aria-label="report frame"

style={{

height: '100%',

width: '100%',

border: 0,

}}

/>```

Please Note that when we just access the Data URLthe entire report loads in full, however the report breaks when it is loaded inside of an IFrame, Embed, and Object.

Thank You,
Sesa.

Hello Sesa,

This particular issue is due to Cross Origin (CORS). In order to resolve this, follow the instructions given here:

Thank You
From Team Helical.

For version 4.1 GA onwards you can follow the below blog to learn about CORS and fixing