Automatic working Hotmail login link or script in html

Email-related messages: Mail service provider announcements, general help, other
Post Reply
User avatar
ketpet
Posts: 3
Joined: Thu Apr 24, 2008 2:09 pm

Automatic working Hotmail login link or script in html

Post by ketpet »

I hope maby you could help me ?

I'm trying to make a automatic login link or script that would make me log in to Hotmail automaticaly.

I would prefer a solution like this:

Code: Select all

http://login.live.com/login.srf?username=myusername@hotmail.com&password=mypassword
This solution will fill in my hotmail address but I dont know how to find word before mypassword: [???????]=mypassword .
Maby this wont work so the only solution is to make a longer script !

Could you please give me some help or/and script for this ?
User avatar
Jeff
Admin / Developer
Posts: 9225
Joined: Sat Sep 08, 2001 9:46 pm

Post by Jeff »

As I recall, Hotmail requires the data to be POSTed and will not work with values in the url (GET data). So I don't think you'll be able to get this to work...
Post Reply