Hi, I have been using HTMLUnit version 2.15 successfully for some time. However, a few days ago, my solution stopped working. For some reason the site is not loaded as it should. I have already tried to update the version of HTMLUNIT to the latest but unsuccessfully. cookies, no content ... What is wrong !? THE CODE.... WebClient webClient = new WebClient(); webClient.getOptions().setUseInsecureSSL(true); webClient.getOptions().setCssEnabled(false); webClient.getOptions().setJavaScriptEnabled(true);...