Iframe framework embedded in Perspective is denied access

I want to embed Perspective in the web system, but one value is rejected. How can this problem be solved?Thank you

If you’re embedding another page inside a Perspective Iframe, it needs to send a X-Frame-Options header that allows it:
https://docs.inductiveautomation.com/display/DOC80/Perspective+-+Inline+Frame

If you’re embedding Perspective inside another page, you need to modify Ignition’s webserver configuration to send the same header, with a less restrictive value than the default:
https://docs.inductiveautomation.com/display/DOC80/Gateway+Configuration+File+Reference#GatewayConfigurationFileReference-XFrameOptions

This is not recommended, due to something called clickjacking, but is still possible.

2 Likes