2

Tor uses a SOCKS5 interface to communicate with applications. I am making an application with winHttp that needs to use Tor, but winHttp only can use HTTP proxies. Is there any way to change Tor's 'interface' proxy to an HTTP one instead of a SOCKS5 proxy?

devnull
  • 23
  • 2

1 Answers1

1

No, there isn't. Because Tor is made in that way, you should modify Tor's source code and so on. But, there is a "solution". You can use Privoxy, ProxyChains or other tools.