标签: python sockets authentication proxy
我想编写一个localhost代理,将所有流量转发到另一个代理(类似于https://gist.github.com/darkwave/52842722c0c451807df4)。问题是远程代理是经过身份验证的,而在python中使用urlib我可以简单地提供用户:password@proxy.host.io并且一切正常,但它在套接字上不起作用。