PDA

View Full Version : Redirecting HTTP request to HTTPS programatically


bruce
03-12-2009, 06:51 PM
We frequently get questions regarding how to redirect HTTP request to secure HTTPS request.

I found this posting that may help you

http://blogs.msdn.com/saurabh_singh/archive/2008/01/03/http-to-https-ssl-web-request-redirection.aspx

wisemx
03-13-2009, 03:12 AM
Good tip.
Addendum:
http://dotnetslackers.com/articles/aspnet/An-In-Depth-Look-at-HTTP-Redirection.aspx

bruce
03-13-2009, 10:16 AM
nice!