Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 520 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 520 Bytes

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.