Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2006 May : HttpSendRequest fails for HTTPS
| Subject: | HttpSendRequest fails for HTTPS |
| Posted by: | "babu17" (aravindbabu.gunt..@gmail.com) |
| Date: | 22 May 2006 03:19:19 |
Hi,
1. If i need to do a https request(ssl+client crtification) to a server
which is the library i need to use for VC++ dll(not a desktop
application).
winInet or WinHttp
2. what are the sequence of operations(API methods) to send the https
request.
3. i have client certificate, and i want to select this particular
client certificate with the https request.
thanks