browsermob-node icon indicating copy to clipboard operation
browsermob-node copied to clipboard

Chained Prox

Open jdmesalosada opened this issue 7 years ago • 2 comments

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

jdmesalosada avatar May 31 '18 22:05 jdmesalosada

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.

skullz03 avatar Mar 12 '19 01:03 skullz03

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

darshann12 avatar Sep 13 '22 03:09 darshann12