From 30dd9239c1b989b0697b831146643d7d074ca73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=82=A8=ED=98=84?= Date: Thu, 12 Nov 2020 15:53:57 +0900 Subject: [PATCH] Update http.js --- lib/http.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/http.js b/lib/http.js index 80e7f40..dce23f0 100644 --- a/lib/http.js +++ b/lib/http.js @@ -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":