How does one configure a proxy upstream of browsermob on osx?

前端 未结 1 382
抹茶落季
抹茶落季 2020-12-20 06:20

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 bindin

相关标签:
1条回答
  • 2020-12-20 06:45

    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).

    0 讨论(0)
提交回复
热议问题