Iframe to Open internal reports/weblinks

1
Hello , I have a requirement to open various reports/weblink (SAP, BOBI, webi, Tableau, PI Vision, PowerBI, Excel ) within Mendix . I used an IFrame and also html Snippet to open the link but when I render the page it gives a message as ‘refuse to connect’ . Do I need to change any security settings ?   Thanks !
asked
1 answers
-1

An iframe html-tag just punches a hole in your page without thinking twice about the contents it is showing. Browsers tend to restrict this, and applications like Mendix are usually not very keen on getting shown in an iframe. See this docs.mendix.com “https://docs.mendix.com/developerportal/deploy/running-in-iframe#1-introduction”  for more info. You might need to add a samesite-cookie

answered