I have a request that works fine when I use the WinInet API. I now want to make that request with the WinHTTP API as I already use it in my project and as it is simply better. My request is used for c
I\'m trying to POST to a secure site using WinHttp, and running into a problem where the User-Agent header isn\'t being sent along with the CONNECT.
What am I doing wrong? I\'m trying to get redirect information from a server that I use for authenticating a user. This works good with my C# code but I cannot make my C++ code working.
I’m working with the winHTTP API in c++ and I have started to write a wrapper class for my application. For simplicity I have a number of functions that can take string parameters and use them in the
How can I quickly retrieve Internet Explorer\'s proxy settings from C++? The windows function WinHTTPGetIEProxyConfigForCurrentUser() giv开发者_运维知识库es me exactly what I want.
I\'m making a program which downloads a simple file from internet on Windows, using Wininet family API because I want to utilize its IE-compatible proxy behavior. As you all know, current IE has sever
Basically I think this is a bug in Windows Server 2008, but I am not a COM ninja so it seems equally likely that I\'m just doing something dumb. The question is: bug or programmer error?
I have a C++ application that makes a HTTPS connection to one of our servers. In my ideal world, I would like the following to occur: