In .net core Can http.sys be used as reversed proxy server to Kestrel or other internal server ?
Asked
Active
Viewed 104 times
0
-
Check the docs: [HTTP.sys web server implementation in ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/httpsys?view=aspnetcore-3.1) – Panagiotis Kanavos Jun 10 '20 at 14:53
-
there is another MS project, [`YARP`](https://github.com/microsoft/reverse-proxy), that is *specifically* intended for this scenario – Marc Gravell Jun 10 '20 at 14:56