Run apps Mendix in Iframe

0
Hello everyone, I am developing an application in Mendix and I want to insert it through an iframe in another application. Currently it is not possible to display the app developed in Mendix through the iframe, as you have to set cookies as "SameSites" (in the project settings they are "None") and configure in the Mendix app "HTTP Headers" to allow "Access-Control-Allow-Origin", but this option does not appear in the Mendix Studio Pro development environment. Currently the App is being developed locally in Mendix Studio Pro and running in the free Mendix cloud.   Any help and advice would be appreciated.
asked
1 answers
1

Locally you can set the same options in the settings dialog under your configuration on the custom setting tab.

See documentation here: https://docs.mendix.com/refguide/configuration/#custom

answered