Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 586 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 586 Bytes

triaxis.AspNetCore.ReverseProxy

Build Status

Simple and efficient ASP.NET Core middleware that forwards all requests with a specific prefix to another server

Usage

Add the following at the appropriate place in your middleware chain

app.UseReverseProxy("/api", new Uri("http://internal-api-server/api"));

License

This package is licensed under the MIT License

Copyright © 2019 triaxis s.r.o.