Re: auto login and Post




<jmacione@xxxxxxxxxxxxxx> wrote in message
news:1174595767.100097.220310@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

for some websites, it seems you can login with the username and
password in the URL through the post. Example, for yahoo.com, below,
you can repace the username with your own and mypassword wtih your own
and then you are automatically logged in.

http://login.yahoo.com/config/login?login=username&passwd=mypassword&done=http://www.yahoo.com

Im trying to do this now for other websites.
gmail.com
walgreens.com

I could use some help if anyone knows how
I cant get the post method to wrok for those sites.

Ive also tried downloaded ethereal which I found by searching previous
posts o n"post" and autologin but cant find how to get anyting
substantial out of it which would help.


The string after the ? is used on the server side for scripting purposes.
Not all sites are designed the same way or use the same scripting methods so
it won't work in general.


.



Relevant Pages

  • Re: auto login and Post
    ... you can repace the username with your own and mypassword wtih your own ... Im trying to do this now for other websites. ... If the server accepts the data from the query part depends entirely on the ... you'll have to construct a POST request with ...
    (alt.html)
  • Re: [PHP] Persisting MySQL connection accross scripts
    ... POST method is not any safer than GET method. ... > How can I establish a connection with a MySQL database and have it persist ... > database name to every script. ... > When establishing the initial connection I got the username and password ...
    (php.general)
  • Re: Windows XP not holding a variety of passwords and usernames
    ... packages and websites not holding my username and password any more. ... Have to enter my password into Live Mail now after every reboot ... I posted to the Windows Live Mail site and got a few suggestions, ...
    (microsoft.public.windowsxp.general)
  • Windows XP not holding a variety of passwords and usernames
    ... packages and websites not holding my username and password any more. ... Have to enter my password into Live Mail now after every reboot even ... I posted to the Windows Live Mail site and got a few suggestions, ...
    (microsoft.public.windowsxp.general)
  • Re: auto login and Post
    ... you can repace the username with your own and mypassword wtih your own ... Im trying to do this now for other websites. ... I cant get the post method to wrok for those sites. ...
    (alt.html)