Skip to content

andychiare/netcore2-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netcore2-reverse-proxy

This is a .NET Core 2 sample project showing how to implement a custom reverse proxy, as described in the article Building a Reverse Proxy in .NET Core.

Running the project

You can run the Web application from Visual Studio or by typing dotnet run in a command window.

When the application is running, you can point your browser to localhost:5001 and access a Google form without leaving the localhost domain.

About

An example of how to implement a reverse proxy in .NET Core 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages