Hi,
I am seeing some strange behaviour in IE when embedding our servoy solution in an iframe. We get a message that the page contains both secure and nonsecure data.
I put the iframe in the servoy web apps root, which is under https and still the same thing happens.
Also when its on an external server and framed then everything bunches up to the left.
[attachment=0]Screen Shot 2013-03-18 at 22.54.24.png[/attachment]
<html>
<body>
<h1>Testing iframe on episource server</h1>
<iframe src="https://www.episource-au.com:8443/servoy-webclient/ss/s/ePIsource/a/1000" height="100%" width="100%" frameborder="0"></iframe>
</body></html>
All very odd
David
From the screenshot I see that the page is served trough http and the iframe content through https but you say you also tried to serve the page through the same https as servoy, if that is the case check for the header images, are they stored in an external http server? Once upon a time (servoy 4.x) I had a similar issue with explorer 6 but there were more details in the error.
<html>
<body>
<h1>Testing iframe on episource server</h1>
<iframe src="https://www.episource-au.com:8443/servoy-webclient/ss/s/ePIsource/a/1000" height="100%" width="100%" frameborder="0"></iframe>
</body></html>
Yes this was my test, where i put the file i was calling into the webapps/ROOT of my servoy instance and then called that using the same tomcat server that servoy is on and secured.
it gave the white screen with a message in it. That i dont understand as tomcat is set for everything behind it to be secure.
Can you post the full source of the iframe web page?
I’ve had this happen to me as well. Follow the instructions under: Adding a “Compact Privacy Policy” header to the Web Client pages
http://wiki.servoy.com/display/public/t … +an+IFrame
Its interesting how this problem appears. Things just shift, and there are no errors. Policy change should fix it.
PS. It would be nice if they made this the default for Servoy installs. Almost everyone I know loads Web Client via iFrame.