-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels