Skip to content

odds-bods/Proxy

 
 

Repository files navigation

ASP.NET Core Proxy

This fork of ASP.NET Core Proxy enables dynamic proxying of traffic based on path steps, where the first two steps represent the scheme and the host respectively.

For example the following request...

http://localhost/https/www.google.com/calendar

...proxies to...

https://www.google.com/calendar

About

Proxy library for ASP.NET Core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 68.8%
  • Shell 17.0%
  • PowerShell 13.1%
  • Batchfile 1.1%