winhttprequest Questions
1
I'm using a WinHttpRequest.5.1 object to make some https requests on an excel 365 (16.0.11328.20562) vba script.
I know that the certificate from server will occurs an error because the CN is wron...
Decerebrate asked 12/5, 2020 at 16:30
4
PayPal sandbox just recently restricted to TLS 1.2 connection. This makes our site stop working with PayPal sandbox although it stills work with the production PayPal. In the future the production ...
Grory asked 29/1, 2016 at 16:54
4
I have access to an API. The API takes an XML post as input and then returns an XML response with the relevant data.
I want to
Send the HTTP Post to the Server (Authentication and Request will ...
Entranceway asked 30/11, 2009 at 15:3
2
Solved
The question asked here: How can I send an HTTP POST request to a server from Excel using VBA? is almost exactly what I was looking for except that I am trying to send a number of files to the serv...
Scientific asked 8/6, 2012 at 18:35
1
Solved
I'm trying to make a request to kigo's api using vba WinHttp.WinHttpRequest,
i was able to send a request, but WinHttpRequest changes the content-type adding
Charset=UTF-8 when it sends the request...
Zenaidazenana asked 26/2, 2016 at 1:42
3
just when I finally understood the difference between Msxml2.XMLHTTP and Msxml2.ServerXMLHTTP
http://support.microsoft.com/kb/290761
XMLHTTP is designed for client applications and relies on UR...
Earp asked 22/7, 2009 at 4:19
1
Solved
I'm stumped why this doesn't work can't seem to find any problems.
Here is the code.
Public Const MULTIPART_BOUNDARY = "speed"
Function getBalance() As String
Dim sEntityBody As String
Dim postBo...
Graze asked 7/10, 2010 at 20:39
1
© 2022 - 2024 — McMap. All rights reserved.