Tagged Questions
6
votes
3answers
285 views
When redirecting from http to https in a shop site, which status code should I use?
On a shop website, when "Pay now" is clicked we perform a header redirection to the same URL, just an SSL secured https version.
In such a common scenario, should we use a permanent (301), a ...
1
vote
1answer
282 views
HTTPS on my ASP.NET 2.0 application
I have an application developed using asp.net 2.0 and the goal is to make the webpage secure by using the https protocol.
I have searched all over the internet for some insight on how to accomplish ...