Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2005 Sep : https?
| Subject: | https? |
| Posted by: | "axis" (axis@nospam.com) |
| Date: | Fri, 2 Sep 2005 18:20:58 |
Rght now i crack the url, then do InternetOpen
(INTERNET_OPEN_TYPE_PRECONFIG), InternetConnect (w/ host and port from
crackurl), HttpOpenRequest and finally HttpSendRequest (Get, the req
resource is "", and INTERNET_FLAG_RELOAD flag).Http hosts work fine, but for
https hosts, it waits for a long time on httpsendrequest and the nreturns a
connection reset error. What am I doing wrong?
none