-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Description
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
Labels
No labels