Well i want to make a simple login application . What it does it tries to login to a site "www.xyz.com" which has two fields "username" and "password" . The application which i am gonna make will have
2 text boxes and a submit button . Basically the application will keep trying to login to the website.
I know people are gonna ask question if that is for spamming or hacking stuff. I want to make it for myself , my university portal has 50 student login limit . So i have to keep trying and refresh the page so instead of that i want to make application which keeps on trying itself and logs in. So any idea how to make it?
2 replies to this topic
#1
Posted 19 February 2011 - 05:51 AM
|
|
|
#2
Posted 21 February 2011 - 05:17 PM
#3
Posted 23 February 2011 - 07:49 PM
Hi,
You have to check out the website you want to make your login application: Check what script does it call for submit button: I assume it must be posting the field values of username/password to script: I believe its kind of multi-part field posting: So making a HTTP post in JAVA would help.
Thanks
-Munir
You have to check out the website you want to make your login application: Check what script does it call for submit button: I assume it must be posting the field values of username/password to script: I believe its kind of multi-part field posting: So making a HTTP post in JAVA would help.
Thanks
-Munir
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









