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

Preserve redirect query string #237

Closed mikaelm12 closed 7 years ago

mikaelm12 commented 7 years ago

Query strings for redirects where the redirect location did not also include a query string were being dropped. Resolves: https://github.com/aspnet/BasicMiddleware/issues/188