is this possible
is this possible
is it possibble to login to a website through the url bar like say if the site im trying to log into was www.fakewebsite.com and my username was five and my password was fifty could i type in www.fakewebsite.com/five/fifty and go to the websites homepage logged in?
If you know the variable names (Look through the page source), and it was standard simple PHP, you could pass it like this:
forums.halomods.com/login.php?username=Tural&password=somepassword
What you'd need to know is what page it passes the variables to (login.php here) and the names of the variables (On the HTML form, the name of the inputs).
Voltage is wrong, for the most part. Some sites it may not be possible, but it is quite possible to do.
Actually, after reviewing, I notice this actually not working. I suppose it depends on the method used, and it needs to be defined as post, which I don't know you can do through the address bar.
forums.halomods.com/login.php?username=Tural&password=somepassword
What you'd need to know is what page it passes the variables to (login.php here) and the names of the variables (On the HTML form, the name of the inputs).
Voltage is wrong, for the most part. Some sites it may not be possible, but it is quite possible to do.
Actually, after reviewing, I notice this actually not working. I suppose it depends on the method used, and it needs to be defined as post, which I don't know you can do through the address bar.
- Sgt.Peppers
- Posts: 2277
- Joined: Thu Jul 06, 2006 1:25 pm
- Location: Texas
![]() |
![]() |
- patchesreusch
- Posts: 541
- Joined: Wed Nov 29, 2006 3:49 pm
- Location: jail because i got caught I-doseing
- Contact:
runescape mb?
How to get a girl: put a potato in the front of your pants.
How not to get a girl: put a potato in the back of your pants.

http://youtube.com/watch?v=JPONTneuaF4
How not to get a girl: put a potato in the back of your pants.

http://youtube.com/watch?v=JPONTneuaF4
Oh, that's simple.
Take the URL (Here, right click > Copy link location), add "&inUserName=" followed by the user's name (Which is their email address), then put "&inUserPass=" and their password. The full URL would be like this:
Just send that as a standard web request.
Take the URL (Here, right click > Copy link location), add "&inUserName=" followed by the user's name (Which is their email address), then put "&inUserPass=" and their password. The full URL would be like this:
Code: Select all
https://www.moola.com:443/moopubs/login/index.jsp?ACTION_TOKEN=index_jsp$JspView$LoginAction&inUserName=john@john.com&inUserPass=johnspass