I read the section in the book about Socks/Tor connection.
It says to use the socks= prefix to have Fiddler use the socks protocol,
but nowhere can I find any info about how and where to use that prefix?
I can get Fiddler to connect to Tor, but always get the error message,
that Tor is no http proxy and that I should configure my client to use socks.
But how?
"In the past, Tor bundles included an HTTP proxy like Privoxy or Polipo, solely to work around a bug in Firefox that was finally fixed in Firefox 6. Now you don't need a separate HTTP proxy to use Tor, and in fact leaving it out makes you safer because Torbutton has better control over Firefox's interaction with websites.
If you are trying to use some external application with Tor, step zero should be to reread the set of warnings for ways you can screw up. Step one should be to try to use a Socks proxy rather than an http proxy — Tor runs a Socks proxy on port 9050 on Windows, or see above for OSX and Linux.
If that fails, feel free to install privoxy or polipo. You can use our old polipo config file if you like. However, please realize that this approach is not recommended for novice users."
So, what I did, is just connect to Port 9050 in the OnBeforeRequest as described in the book, but apparently Fiddler cant connect to a Socks proxy, if I am getting that right? Your example in the book is probably outdated, because Tor no longer comes with Polipo.
So my question would now be, is there a way to connect Fiddler directly to a Socks proxy, or will I have to install Polipo, or is there a better way of achieving the goal?