1

I'm looking to configure an upstream proxy for browsermob, preferably programmatically from within a python or shell script.

It doesn't look like the python bindings for browsermob include an upstream-proxy configuration command or method. Is there another method I can use?

blueberryfields
  • 35,755
  • 24
  • 82
  • 160

1 Answers1

2

The python bindings do actually allow you to configure an upstream proxy. When creating a proxy using create_proxy, you can set the value of httpProxy to the IP address and port of the upstream proxy (see the params parameter on create_proxy for details).

Jason Hoetger
  • 5,650
  • 2
  • 13
  • 14