python - Local proxy forwarding all traffic to another proxy using socket -


i want write localhost proxy forwards traffic proxy (something https://gist.github.com/darkwave/52842722c0c451807df4). problem remote proxy authenticated, while using urlib in python can provide user:password@proxy.host.io , works fine, doesn't work on socket.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -