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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -