Simple and efficient ASP.NET Core middleware that forwards all requests with a specific prefix to another server
Add the following at the appropriate place in your middleware chain
app.UseReverseProxy("/api", new Uri("http://internal-api-server/api"));
This package is licensed under the MIT License
Copyright © 2019 triaxis s.r.o.