Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connected to HTTPS
Message
De
10/10/2002 14:12:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Connected to HTTPS
Divers
Thread ID:
00709998
Message ID:
00709998
Vues:
57
Hi,

I want to use the WinInet functions to connect to HTTPS pages, From Microsoft site I need to change the port to 443 in the internetconnect() function and then use INTERNET_FLAG_SECURE flag in HTTPOPENREQUEST() function.
What is the value of the flag INTERNET_FLAG_SECURE and INTERNET_FLAG_RELOAD and where to get all these values.

#DEFINE INTERNET_OPEN_TYPE_DIRECT 1
#DEFINE INTERNET_INVALID_PORT_NUMBER 0
#DEFINE INTERNET_SERVICE_HTTP 3
#DEFINE INTERNET_DEFAULT_HTTPS_PORT 443
#DEFINE INTERNET_FLAG_SECURE ????
#DEFINE INTERNET_FLAG_RELOAD ????
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform