I have am application for Windows which only supports HTTP proxies (no SOCKS support).

Because I already have some good SOCKS proxy lists, I was wondering: Is there some HTTP proxy server for Windows OS, that could "forward" (translate?) connections to SOCKS proxies?

So the connection would look like this:

App → local HTTP proxy (as "translator" to SOCKS proxies) → SOCKS proxy

Is it possible? Is there such software?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

You can use Delegate as a local http-proxy server, it also supports forwarding to SOCKS proxies.

the usage would be something like :

%delegate -P8080 SERVER=http SOCKS=destsocksaddr:port

(running http proxy on local port 8080)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.