asp.net - if a secure page does a postback, will the postback continue to be on secure page? -


I am using the ASP.Net Wizard, and it does postback to go to the next step of the wizard, or something And I should have this specific page secure (securing the whole site is not an option). Will postback keep "https"?

If you have a wizard page with an https url and Action goes to the same page, then the POST will also be safe.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -