Skip to content

Unable to load page #97

@nirzohar

Description

@nirzohar

Unable to load a specific page (url below), even if I increase the memory to 8G still not works. Get out pf memory or execution halt.

WebClient webClient = new WebClient());

// configuration
webClient.getOptions().setUseInsecureSSL(true);
webClient.getOptions().setCssEnabled(false);
webClient.getOptions().setJavaScriptEnabled(true);
webClient.getOptions().setThrowExceptionOnScriptError(false);

HtmlPage page = webClient.getPage("https://www.yl-invest.co.il/?CategoryID=186&ArticleID=418");

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