Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

VahidN/Process-Proxifier

Repository files navigation

Process Proxifier uses FiddlerCore to add proxy settings to the Windows applications. Using FiddlerCore and its beforeRequest callback mechanism and setting 'X-OverrideGateway', it's possible to define an HTTP Proxy or Socks for the specific process in Windows.

Process Proxifier

How to use it

First you need to define its default proxy settings and then select the process which should be proxified. Here if you don't enter its proxy settings, the default settings will be used automatically. Also it's possible to set a different proxy per each process as well. The username & password fields are optional and if they are provided, they will be used for sending the Basic Authentication credentials to an upstream proxy.

Supported Operating Systems

  • Windows XP Service Pack 3+

Prerequisites

  • Microsoft .NET Framework 4

Credits

Thanks to Eric Lawrence for his excellent web debugger and proxy!