Consider a page with a form that is visited via https. If the form action has a relative form page URL, is the https protocol saved?
Example: you are visiting:
https:
which contains the form tag:
<form name="form1" method="post" action="SubmitOrder.aspx" id="form1">
Is the form submitted via https or http?
Robot source
share