I have to download a file from a website. It's a normal html form, I usually download several files from html forms. But this one is in a site that only allow access via HTTPS.
I have one great program, I can't use Apache Commons HttpClient, because I can't download nothing from my job beyond excel and pdfs files. It was very hard to get Eclipse.
Thus, I'm using HttpURLConnection (I tried HttpsURLConnection too), but this way I can't even connect to the site, so send parameters to the form and download the file are been impossible.
Please, could someone help me?
Thanks and regards.