HTTP proxy server for Windows that forwards to SOCKS proxy [duplicate]

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)