Wie verwende ich das Attribut ASP.NET MVC 2 Preview 2 Futures RequireHttps?ASP.NET MVC RequireHttps
Ich möchte verhindern, dass ungesicherte HTTP-Anfragen an eine Aktionsmethode gesendet werden. Ich möchte automatisch zu HTTPS umleiten.
MSDN:
- RequireHttpsAttribute
- RequireHttpsAttribute Members
- RequireHttpsAttribute.HandleNonHttpsRequest Method
Wie verwende ich diese Funktion?
Das scheint HTTP-Anfragen zu verhindern, leitet es aber nicht an HTTPS weiter. –
Nein. Dies könnte nur ein Problem mit Visual Studio ASP.NET Development Server sein. http://StackOverflow.com/Questions/60113/ –
ASP.NET MVC RequireHttps nur in der Produktion: http://Stackoverflow.com/questions/1639707/asp-net-mvc-requirehttps-in-production-only –