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

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -