Sure, you can use URLConnection. You will have to know the URL that you are submitting your login info to. You also need to know the parameters that the submit page is expecting and set these up as name/value pairs in a URLConnection instance. If all goes well and you connect, you'll should get back HTML as a response. This HTML should be a page that indicates a successful login.
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.