Skip to content

Ease the use of a proxy #71

@MartinKersten

Description

@MartinKersten

Sometimes one need to specify a proxy.

HttpHost proxy = new HttpHost("ip", 8080);
agent.getClient().getParams().setParameter(ConnRoutePNames.DEFAULT_PROXY,proxy);

This might be best become a single method in the Mechanize / MechanizeAgent class. Also the use of a proxy might become part of the wiki documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions