NB: i added the linebreaks after PassportURLs: to make it fit on the page better (the actual message has that as one line)
So i send (this is in VB.net. TWN being winsock)
twn.SendData("GET /login2.srf HTTP/1.1" & vbCrLf)
twn.SendData("Authorization: Passport1.4 OrgVerb=GET,OrgURL=http%3A%2F%2Fmessenger%2Emsn%2Ecom,sign-in=" & encode(user.Text) & ",pwd=" & encode(pass.Text) & "," & ticket)
twn.SendData("Host: " & twn.RemoteHost & vbCrLf)
Question
simsie
Hey,
I am trying to make my own MSN client based on MSNP11 (official client 7.0). I have got to the bit where I get a logon ticket (nexus.passport.com)
I get my DALogin going to "login.live.com". I connect and send but get nothing back....
I get back (from nexus)
NB: i added the linebreaks after PassportURLs: to make it fit on the page better (the actual message has that as one line)
So i send (this is in VB.net. TWN being winsock)
twn.SendData("GET /login2.srf HTTP/1.1" & vbCrLf) twn.SendData("Authorization: Passport1.4 OrgVerb=GET,OrgURL=http%3A%2F%2Fmessenger%2Emsn%2Ecom,sign-in=" & encode(user.Text) & ",pwd=" & encode(pass.Text) & "," & ticket) twn.SendData("Host: " & twn.RemoteHost & vbCrLf).
Any ideas what i am doing wrong.
Thanks
Simsie
Link to comment
https://www.neowin.net/forum/topic/523476-vbnet-msnp11/Share on other sites
3 answers to this question
Recommended Posts