Skip to content

Chained Prox #31

@jdmesalosada

Description

@jdmesalosada

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions