html - Is https retained on relative form action URLs? -
Consider a page with a form visited via https if the form action form page has a relative URL , Is the https protocol retained?
Ex: You can go to:
https://example.com/cart .html
containing form tags :
& lt; Form name = "form1" method = "post" action = "submitOrder.aspx" id = "form1" & gt;
Whether the form submitted through https or http
Comments
Post a Comment