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

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -