Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.
This repository was archived by the owner on May 30, 2023. It is now read-only.

PhantonJS ignores proxy on 127.0.0.1 host #11342

@reed1

Description

@reed1

Try to open a page, example

var page = require('webpage').create();

page.open('http://localhost:8080', function () {
page.render('shot.png');
phantom.exit();
});

with pahntomjs --proxy cmd options, then it won't pass through the proxy. I have proxy and webserver both on local

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions