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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to know if login successful in URL?

Status
Not open for further replies.

Trydon

Programmer
Nov 6, 2001
2
CA
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 = "
URL url = new URL(nextURL);



How can I know if my login was successful or not?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top