I am using ASP.NET wizard, and it does postback to go to next step of the wizard or something. I need this particular page to be secure (making the entire site secure is NOT an option). Will the postback retain “https”?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the page where you have the wizard has an https url and the form action goes to the same page, the POST will be secure too.