Top "Winhttp" questions

Windows HTTP Services (WinHTTP) is an HTTP client application library provided by Microsoft as part of Windows to send the requests through the HTTP protocol to other HTTP servers.

Set proxy through windows command line including login parameters

I want to set a proxy throught the command line, first thing I found out is that you have to …

windows proxy cmd winhttp netsh
How to give ASP.NET access to a private key in a certificate in the certificate store?

I have an ASP.NET application that accesses private key in a certificate in the certificates store. On Windows Server 2003 …

asp.net certificate iis-7.5 winhttp
VBA WinHTTP to download file from password proteced https website

I'm trying to save a file from https password protected site using WinHTTP. Here's the code: Sub SaveFileFromURL() Dim FileNum …

excel internet-explorer vba download winhttp
differences between Msxml2.ServerXMLHTTP and WinHttp.WinHttpRequest?

just when I finally understood the difference between Msxml2.XMLHTTP and Msxml2.ServerXMLHTTP http://support.microsoft.com/kb/290761 XMLHTTP is …

httpwebrequest winhttp xmlhttprequest serverxmlhttp winhttprequest
How to download a file with WinHTTP in C/C++?

I know how to download an html/txt page. For example : //Variables DWORD dwSize = 0; DWORD dwDownloaded = 0; LPSTR pszOutBuffer; vector <…

c++ c windows http winhttp
Configuring proxy with WinHTTP and Excel

I'm using WinHTTP to do a GET request in an Excel VBA Macro. However, if I try to do the …

excel vba proxy winhttp
How to make a POST request to a page that may redirect to a login page

I am using a macro in Outlook VBA to submit a file via POST to a URL: Set http = New …

vba post outlook winhttp
Not understanding why WinHTTP does NOT authenticate certain HTTPS resource

I'd be extremely grateful for any kind of help that may help me resolving the problem. From Excel VBA code …

vba authentication https winhttp
VBA - Go to website and download file from save prompt

I've been spending the last few hours trying to figure out how to save a file onto the computer using …

vba excel download winhttp winhttprequest
POST Request in WinHttp c++

I'm trying to make a POST request in c++ with the WinHTTP api Click to the Microsoft Guide, the problem …

c++ http c++11 post winhttp