• Stars
    star
    141
  • Rank 254,405 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.