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"?
views:
43answers:
1
+1
A:
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.
Gonzalo
2009-12-07 03:19:26
this is not happening though. the postback is taking it to http, instead of https.
progtick
2009-12-08 18:31:51
Is there a `<base href="http://somehost/" />` within the <head> of the HTML page?
Gonzalo
2009-12-08 20:36:20
good point, I think there may be. But it works on this other page I have that has the exact same head element, so I do not know.
progtick
2009-12-08 21:06:02