Update http.js

This commit is contained in:
Namhyeon Go 2020-11-12 15:54:42 +09:00
parent 30dd9239c1
commit 8318fba344

View File

@ -27,6 +27,8 @@ var HTTPObject = function() {
"Msxml2.XMLHTTP.3.O",
"Msxml2.XMLHTTP.2.6",
"Msxml2.ServerXMLHTTP",
"Msxml2.ServerXMLHTTP.6.0",
"Msxml2.ServerXMLHTTP.5.0",
"Msxml2.ServerXMLHTTP.4.0",
"Msxml2.ServerXMLHTTP.3.0"
], function(obj, progId) {