netcore2-reverse-proxy
netcore2-reverse-proxy copied to clipboard
An example of how to implement a reverse proxy in .NET Core 2
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.