lightbody / browsermob-proxy

A free utility to help web developers watch and manipulate network traffic from their AJAX applications.
http://bmp.lightbody.net
Apache License 2.0
2.17k stars 658 forks source link

Routing by socks proxy #104

Open endertls opened 10 years ago

endertls commented 10 years ago

Hello, I want to reroute traffic by a socks proxy so I try to modify this command : curl -X POST http://localhost:9090/proxy?httpProxy=yourproxyserver.com:8080

I try "curl -X POST http://localhost:9090/proxy?socksProxy=mysocksproxyserver.com:mysocksport" but it doesn't work.

Do you know how I can reroute traffic by a socks proxy ?

Thanks

codemonies commented 8 years ago

Hello,

Is it still not possible to use Socks proxies?