Top "Winhttprequest" questions

WinHttpRequest COM object is a part of Windows HTTP Services (WinHTTP).

Perform HTTP Post from within Excel and Parse Results

I have access to an API. The API takes an XML post as input and then returns an XML response …

excel http winhttprequest post vba
How to send files via HTTP_POST with Excel using VBA?

The question asked here: How can I send an HTTP POST request to a server from Excel using VBA? is …

vba excel http-post winhttprequest
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
Post Method + WinHttpRequest + multipart/form-data

I'm stumped why this doesn't work can't seem to find any problems. Here is the code. Public Const MULTIPART_BOUNDARY = "…

vb6 multipartform-data winhttprequest
WinHttpRequest in VBA only works if preceded by a Browser call

The following URL returns an XML with USD exchange rate: http://www.boi.org.il/currency.xml?curr=01 I need …

excel vba msxml winhttprequest
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
WinHTTP.WinHTTPRequest.5.1 does not work with PayPal sandbox after TLS 1.2

PayPal sandbox just recently restricted to TLS 1.2 connection. This makes our site stop working with PayPal sandbox although it stills …

paypal asp-classic winhttp tls1.2 winhttprequest
winHTTP GET request C++

I'll get right to the point. This is what a browser request looks like GET /index.html HTTP/1.1 This is …

c++ get winhttp winhttprequest