I have the following code: Function filejson(json) Dim objStream, strData Set objStream = CreateObject("ADODB.Stream") objStream.CharSet = "utf-8" objStream.…
vbscript msxml3For years I have used classic asp to connect to the secure site of a supplier using msxml3.dll - …
ssl asp-classic msxml3I'm using classic ASP and Server.XMLHTTP. My code has been working for years and all of a sudden today, …
asp-classic serverxmlhttp msxml3