I\'m trying to enforce a redirect from http to https for all requests to an ASP.NET MVC 5 application. Currently I have added [RequireHttps] annotations to all cont
[RequireHttps]