Embed Perspective into iframe

Hello friends,
I'm trying to embed into iframe a ignition perspective project.
I'm using iframetester to test and the version of ignition is 8.1.33
I tried changing the file config with the following line as I found in a old ticket:

wrapper.java.additional.2=-Dignition.http.session.cookie.same-site.enabled=true
wrapper.java.additional.3=-Dignition.http.session.cookie.same-site.value=None
wrapper.java.additional.4=-Dignition.http.header.x_frame_options.enabled=false

When I restarted the Gateway I couldn't reach it and the error I get is "too many cookies, try delete them". I deleted the cookies, but the error was still there.

Then I tried the following lines:
wrapper.java.additional.6=-Dignition.http.header.x_frame_options.value=ALLOWALL
wrapper.java.additional.9=-Dignition.http.header.x_xss_protection.value=0

but when I try to use a iframe to embed it it stay on "Connecting" and in the console I find the warning:
Not possible to save third-party cookies
And the error:
Websocket connection closed. code=1006
reason=No reason given, codeMeaning=Code not defined, codeDescription=Code out of range.

I need it to embed in a software that shows webpages on a 55 screen Andon.

There are any other options to embed a perspective project into iframe?

Thank you

1 Like