Update http.js

This commit is contained in:
Namhyeon Go 2020-11-12 15:53:57 +09:00
parent 3e5888b98c
commit 30dd9239c1

View File

@ -26,7 +26,9 @@ var HTTPObject = function() {
"Msxml2.XMLHTTP.4.O",
"Msxml2.XMLHTTP.3.O",
"Msxml2.XMLHTTP.2.6",
"Msxml2.ServerXMLHTTP"
"Msxml2.ServerXMLHTTP",
"Msxml2.ServerXMLHTTP.4.0",
"Msxml2.ServerXMLHTTP.3.0"
], function(obj, progId) {
switch (progId) {
case "WinHttp.WinHttpRequest.5.1":