aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

Add IIS Application Initialization support to AddHttpsRedirection #330

Closed mcm-ham closed 6 years ago

mcm-ham commented 6 years ago

It looks like IIS Application Initialization does not work with HTTPS. It would be helpful if the AddHttpsRedirection method supported an exclusion similar to this article: https://support.microsoft.com/en-us/help/2843964

mcm-ham commented 6 years ago

Sorry, I see the article was referring to "Require SSL" settings in IIS. It shouldn't be anything in ASP.NET Core app because if request makes it this far it would cause app to start anyway.