Sunday, 25 August 2013

How to redirect all HTTPS requests to HTTP requests?

How to redirect all HTTPS requests to HTTP requests?

I have an asp.net mvc website and I want users when write the URL as this
https://example.com to automatically forward them to the http version of
the same page to be http://example.com
Can this be done using mvc routing? or something else?

No comments:

Post a Comment