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

Socks integration with selenium #826

Open NeeCoach opened 5 years ago

NeeCoach commented 5 years ago

Hi,

I'm trying to use Socks proxy to connect (TOR) and BMP to collect HTTP request and parse it. I can't set both proxy in the firefox profile.... BMP override the socks proxy configuration. I've tried to set in the firefox profile, desired capabilities and finally directly add the socks configuration in BMP.

I didn't have so much informations about the last one ( add socks configuration in BMP) is it possible ? If anyone have some clues, it will be very nice. Thanks for your amazing work :)

pogzyb commented 2 years ago

Hi - did you ever find a solution for this? The best thing I can think of is chaining the proxies together somehow. Thanks in advance.