Redirect HTTP to HTTPS using ASP.NET Core RC2 · Issue #916 · aspnet/KestrelHttpServer

In RC1 I created a Service Middleware that did the redirection trick Service: public class HttpsRedirectService { private readonly RequestDelegate _next; public HttpsRedirectService(RequestDelegate...