There is a main form then a couple of forms that open in a jquery dialog (iframe source is another form).
Chrome is whinging that the main form was loaded over https (true) but the iframe content is attempting to be loaded over http (incorrect).
Looking closer could it be the startup and how Chrome is interpreting the responses?
When I call a form in Ebase it returns the eb 3 times.
302 found https
301 moved permanently http

200 ok https
Any ideas how to overcome this issue.
Thanks.