embed Forms2.0 sends always SSL ?
Hi all
In my understanding,when using standard embed code, forms SSL depends on the webpage.
for example, the embed code is
<script src="//app-xx99.marketo.com/js/forms2/js/forms2.min.js"></script>
<form id="mktoForm_1276"></form>
<script>MktoForms2.loadForm("//app-xx99.marketo.com", "999-XXX-999", 1276);</script>
- When the webpage URL is hoge.domain.com/myform.html , the form sends via http.
- When the webpage URL is hoge.domain.com/myform.html , the form sends via https.
- If I hope the form sends via https explicitly, I change //app-xx99.marketo.com to app-xx99.marketo.com.
Now I am confusing.
I have builded this test environment.

I checked internet access is rejected via http.

Intranet webpage is http and the form is embedded it.
If the form sends data via http, I expect an error.
But the form works fine and the lead is added Lead database correctly.

It seems Forms2.0 sends always SSL.
Is this true?