Thema: C++ MSN -> TWEENER

Einzelnen Beitrag anzeigen

Tommy

Registriert seit: 14. Jun 2006
Ort: chemnitz
20 Beiträge
 
#9

Re: MSN -> TWEENER

  Alt 14. Jun 2006, 20:37
Zitat:
HTTP/1.1 200 OK\r\n
Server: Microsoft-IIS/5.0\r\n
Date: Sun, 14 Sep 2003 20:35:16 GMT\r\n
PassportURLs: DARealm=Passport.Net,DALogin=login.passport.com/login2.srf,DAReg=http://register... [truncated]
Connection: Keep-Alive\r\n
Content-Length: 0\r\n
Content-Type: text/html\r\n
Cache-control: private\r\n\r\n
das sollte er wiedergeben - dabei ist das fette nur interessant... das kann man zwar auch statisch machen, aber dann hätte ich an der nächsten stelle ein prob, weil
dann wieder das gleiche passiert...

hier hat sich auch noch ma jmd die Mühe gemacht, das alles aufzuschreiben:

Zitat:
HTTPS is a secure version of the HTTP Protocol.
For the Passport Nexus we have to use a 128-bit SSL Connection
I have created a OCX that does the passport nexus for you, but if you want to slave on it yourself heres what to do:


CODE
{C} We connect to nexus.passport.com on port 443
{>>}GET /rdr/pprdr.asp HTTP/1.0\Newline\Newline
{<<}HTTP/1.1 200 OK\Newline
Server: Microsoft-IIS/5.0\Newline
Date: Mon, 02 Jun 2003 11:57:47 GMT\Newline
Connection: close\Newline
PassportURLs: DARealm=Passport.Net,DALogin=login.passport.com/login2.srf,DAReg=http://register.passport.net/uixpwiz.srf,[USW]Content-Length: 0\Newline
Content-Type: text/html\Newline
Cache-control: private\Newline
\Newline
{C}Passport Nexus closes the connection
(Quelle: http://72.14.221.104/search?q=cache:...e&ct=clnk&cd=4)

--> es MUSS gehen
Tom
C++ != D

  Mit Zitat antworten Zitat