mappView add or modify http headers for cross site scripting

Hello,

I need to build a html bootloader and therefore I must poll the mappview server if it is reachable. But this is not allowed because of the Strict-Origin-When-Cross-Origin rule.
It would be necessary to add or change the headers of the mappView http server, to achieve this goal. Is that possible?

Have you checked the following sections in the help to see if those topics may provide an answer to your question.

Landing page

mappView startup behavior

You may also be able to make use of the IcmpPing() function block.

IcmpPing()

1 Like

Check also this topic from Andrea Link

This was exactly that what I was looking for. Nice workarround.

1 Like