How to hide source code and inspect element?

0
Hi,  I added the website to my project with the iframe widget. However, I do not want to show the information of the website. It should be stored in mendix. How can i do this? Thank you!
asked
1 answers
0

If you need to take data from one site into your Mendix app, you could use a REST service.

It sounds like the Mendix app should talk to the other app, so the other app needs to provide the REST service, and Mendix would need to talk to this. Once you have imported the data, you could show the data natively in Mendix rather than using an IFrame.

Hope this is what you need.

 

answered