I’m planning to make an application that can let the user accessing the Internet without opening the browser and type the login information to get the permission but just one click. I have no idea how to let the application open a web and fill the information without using a browser. Can anyone give me some suggestions?
Share
Visit the login page of the website and examine the login form. Then use the DefaultHttpClient to send a Post request for the login.
This is roughly how I am using it:
Adjust the code to fit your needs.