Top "Serverxmlhttp" questions

Object Model component on Windows systems that provides methods and properties that enable you to establish an HTTP connection between files or objects on different Web servers.

ASP/VBScript ServerXmlHttp Encoding

I'm pulling an RSS feed from a remote location using ServerXmlHttp: Dim httpRequest set httpRequest = server.createObject("Msxml2.ServerXMLHTTP.6.0") httpRequest.…

encoding asp-classic vbscript serverxmlhttp
Custom header with MSXML2.ServerXMLHTTP

I am currently trying to use MSXML2.ServerXMLHTTP to send a POST http request. I need to add a custom …

vba excel serverxmlhttp