I'm trying to embed a Kibana Dashboard into Freshdesk - URL format like so:
<iframe src="http://35.165.116.247/goto/aeed7ad23d62cf7abbb7b132bfe16717?embed=true" height="600" width="800"></iframe>
(IP changed for privacy purposes)
It won't render, yet I can create a minimal HTML document with the same code:
<html>
<head></head>
<body>
<iframe src="http://35.165.116.247/goto/aeed7ad23d62cf7abbb7b132bfe16717?embed=true" height="600" width="800"></iframe>
</body>
</html>
and it renders just fine. Any tricks/tips for getting embed/iframe to work properly inside Solutions framework? Could it be HTTP vs HTTPS issue?
-K