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