Now i know the problem is hConnect not successfully initialize through the debugger, and i wonder why,thanks
This issue happen when calling to https, but works fine when call to http. How can I resolve this? Full working code at below:
I\'ve been getting unexpected errors when running the app I\'m developing in Windows XP (under Virtual PC from Windows 7).I\'m compiling it using Visual Studio 2010 in Windows 7 64-bit Professional.
I am downloading an exe from the server using Winhttp C++. I use the sample开发者_StackOverflow code provided in MSDN
I am trying to retrieve the IP address given a host name after the DNS resolution. I am using WinHTTP to connect to the said host and I\'ve tried searching everywhere but I can\'t find a way to retrie
I am testing this winhttp example from http://msdn.microsoft.com/en-us/library/aa384270%28v=vs.85%29.aspx
I have a c++ application which using NTLM authentication method (WinHttpSetOptio开发者_如何学Pythonn). what I\'m trying to do is to set the credentials, meaning: the NTLM uath is using the logged on c
How do you create a form to post using WinHttpSendRequest? For example: if I kn开发者_开发百科ow
I am attempting to write a price listener. the data arrives as a \'push\' response, ie: chunked transfer-encoding.
Do i need to add any headers before making a post to server? For example, Currently I\'m trying to send a request along with the post data this way,