I wanted to know if anyone can help me. I'm a beginner with java and I'm opening a URL connection specifying my username and password as parameters in the URL:
String nextURL = "https://www.somesite.com/login.cgi?user=test&password=test;
URL url = new URL(nextURL);
How can I know if...
I currently have a java runtime class which I use to download files through Https. The transfer is done successfully, except that the OpenConnection method as well as opening the input stream takes a considerable amount of time. Often between 1-2 minutes. I have however tested the exact class...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.