On Google App Engine,I am using JAVA. I have some question about my project.
I want to get some data from a website which needs to login
Usually, I will use HttpURLConnection below to accomplish this job
The question is, the website is not "http://..." but "https://.." above code does not work.
how can I login to the website using java on GAE?