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
Post a Comment