zzo / browsermob-node

Javascript bindings for browsermob-proxy
MIT License
81 stars 34 forks source link

Chained Prox #31

Open jdmesalosada opened 6 years ago

jdmesalosada commented 6 years ago

Hi, I am trying to create a proxy but I'm behind a corporate proxy, when I try to connect to internet using the proxy I'm unable to navigate, I did the same test using Java and it works

InetSocketAddress x = new InetSocketAddress("mycorporateproxy", 8080); BrowserMobProxy proxy = new BrowserMobProxyServer(); proxy.setChainedProxy(x); proxy.start(0);

Could you tell me if it node is possible to do this?

Thanks

skullz03 commented 5 years ago

Hi,

I would be interested as well in seeing a chained proxy example using node. There are very few examples in the node library. Kindly add some documentation.

darshann12 commented 2 years ago

@jdmesalosada @skullz03 Did you find an example. Do you know if the node library even support chaining a proxy? This is a very common usecase however not able to find an example or the API interface for the node library.