Omer B.
2004-12-06 07:55:51 UTC
Hi,
I've written a c++ HTTP client that sends GET requests to download
pages. I use wininet and it works correctly. I want to support HTTPS
as well. I've changed the port of InternetConnect to
'INTERNET_DEFAULT_HTTPS_PORT' and added 'INTERNET_FLAG_SECURE' flag to
HttpOpenRequest.
I keep getting 'Bad Request' result when calling InternetReadFile on
HTTPS pages.
Any help???
I've written a c++ HTTP client that sends GET requests to download
pages. I use wininet and it works correctly. I want to support HTTPS
as well. I've changed the port of InternetConnect to
'INTERNET_DEFAULT_HTTPS_PORT' and added 'INTERNET_FLAG_SECURE' flag to
HttpOpenRequest.
I keep getting 'Bad Request' result when calling InternetReadFile on
HTTPS pages.
Any help???