Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 250 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 250 Bytes

SimpleProxy

Simple HTTP Proxy implemented in C# Console Application

This proxy basically receive a http request, and resend it as himself as the owner. After that return the response result.

This proxy is very useful to create temporary bridges.