winhttp
Call server with WinInet and WinHTTP
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[详细]
2022-12-22 14:17 分类:问答Send User-Agent through CONNECT and POST with WinHTTP?
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.[详细]
2022-12-22 08:17 分类:问答Getting redirect information with C# and C++
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.[详细]
2022-12-22 04:33 分类:问答Covert String to LPVOID and LPCWSTR in C++
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[详细]
2022-12-19 21:09 分类:问答How to get WinInet's proxy settings quickly (without network dependency)
How can I quickly retrieve Internet Explorer\'s proxy settings from C++? The windows function WinHTTPGetIEProxyConfigForCurrentUser() giv开发者_运维知识库es me exactly what I want.[详细]
2022-12-18 03:13 分类:问答Creating robust HTTP connection for dummy users with WinINET
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[详细]
2022-12-13 22:55 分类:问答Do I really need to register WinHttp on Windows Server 2008 before using WinHttpRequest.5.1?
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?[详细]
2022-12-09 21:42 分类:问答WinHttp: How to use a temporary certificate store?
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:[详细]
2022-12-08 22:02 分类:问答