Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connected to HTTPS
Message
From
10/10/2002 14:12:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Connected to HTTPS
Miscellaneous
Thread ID:
00709998
Message ID:
00709998
Views:
56
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 ????
Next
Reply
Map
View

Click here to load this message in the networking platform