0

Possible Duplicate:
Force programs that do not specify proxy settings to use a proxy (ie: Steam)

I am looking for a software which can route all outgoing/incoming requests through a proxy server rather than via a direction connection to the internet. I have two pieces of software which I cannot use behind a proxy because they do not support proxies.

I would like to avoid tunneling programs, such as WinCap, because they break the honesty policy of my campus network. Instead, I would simply like non-proxied connections to be redirected through the campus proxy.

Can Fiddler do this? If so, how?

2 Answers2

0

It sounds like you (or more specifically, the campus) need a transparent proxy

0

Proxycap can do this although that it is paid, an alternative free version could be Proxfier. These are proxy clients that connect applications to proxies, which is what you described. It does not do any tunneling on top of that...

They simple let you specify what applications you want to connect with which proxies.

Can Fiddler do this? If so, how?

Fiddler is mainly intended to be a HTTP(S) protocol debugger, while you can script things it would be kind of a work-around to need to run Fiddler (which it's overhead) as a proxy client.