Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Trydon

    How to know if login successful in URL?

    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...
  2. Trydon

    Slow OpenConnection method

    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...

Part and Inventory Search

Back
Top