Opening perspective app inside iframe considerations?

Customer wants to use something called Spartan App or Spartan Framework. Seems like it's an internal website that has links to the various tools the team uses (like jupyter notebooks) and they want to be able to add a link for a perspective app, which would then open the perspective URL inside of a iFrame.

I imagine this should "JustWork™" but I am curious if anyone has done something similar and ran into any issues or if there's any considerations.

FWIW this application will not be retrieving or displaying live PLC values, its a database front end via forms.

I would not expect it to just work, without you specifying more permissive X-Frame-Options headers for the gateway to send:

3 Likes

Glad I asked! Thanks for the link.