Home › Forums › KX Solutions › question about external content of kx dashboards › Re: question about external content of kx dashboards
-
Hi !
The external component is using
<iframe>
to render external content so using “ip:port” is ok.
The problem is that CORS (cross origin resource sharing) policies have changed over time (more restrictive now than they used to be, because of security risks), so accessing other url(ip:port) than of the origin, requires extra http-headers configuration (probably on both sides: origin/iframe).Hope this helps!
Thanks,
Megan