Skip to content

triaxis-oss/triaxis.AspNetCore.ReverseProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages