{"id":7168,"date":"2022-03-19T19:49:12","date_gmt":"2022-03-19T10:49:12","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=7168"},"modified":"2022-03-19T19:49:12","modified_gmt":"2022-03-19T10:49:12","slug":"msxml2-xmlhttp-msxml2-serverxmlhttp-6-0","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=7168","title":{"rendered":"Msxml2.XMLHTTP Msxml2.ServerXMLHTTP.6.0"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Remark : Msxml2.XMLHTTP \uc640 Msxml2.ServerXMLHTTP.6.0 \uc758 \ucc28\uc774<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"> 1. Msxml2.XMLHTTP   (\ubc84\uc804\uc744 \uc4f0\uc9c0 \uc54a\uc73c\uba74 \uc14b\uc5c5\ub41c \ucd5c\uc2e0\ubc84\uc804\uc73c\ub85c \uc790\ub3d9 \uc0ac\uc6a9 6.0)<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">win \ub85c\uceec\uc6a9\uc73c\ub85c WinInet, URLMon \uc6a9\uc73c\ub85c,  http\/ https  2\uac00\uc9c0 \ubc29\ubc95\uc73c\ub85c \uac00\uc838\uc62c \uc218 \uc788\ub2e4.<br>win \uc11c\ubc84\uc6a9\uc73c\ub85c \uc0ac\uc6a9\uc2dc  \uc5c5\ub370\uc774\ud2b8(Msxml6) \ud6c4  msxml3.dll&nbsp;\uc624\ub958 &#8216;800c0005&#8217; \uc624\ub958 \ubc1c\uc0dd \ud560 \uacbd\uc6b0 =  Msxml2.ServerXMLHTTP.6.0  \uc0ac\uc6a9<\/p>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \">function airline(code) { \n\tvar decode = code;\n\tvar xmlHttp = new ActiveXObject(\"Msxml2.XMLHTTP\");\t\/\/Local \n\t\/\/var xmlHttp = new ActiveXObject(\"Msxml2.ServerXMLHTTP.6.0\"); \/\/Server\n\t\n    xmlHttp.open( \"GET\", \"https\/\/data.test.com\/airline?code=\" + code, false ); \n    xmlHttp.send( null );\n    decode =  xmlHttp.responseText;\n\t\n\treturn decode;\n}<\/pre><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">2. Msxml2.ServerXMLHTTP.6.0 <\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">win \uc11c\ubc84\uc6a9\uc73c\ub85c WinHTTP\uc6a9\uc73c\ub85c,  \uc678\ubd80 \ub370\uc774\ud0c0\ub294 https \/ http \uc0c1\uad00\uc5c6\uc73c\ub098  \uc11c\ubc84\uc6a9\uc73c\ub85c \ub3cc\ub824\uc57c \ud558\uace0 \ub85c\uceec\uc5d0\uc11c \ub3cc\ub9ac\uba74 \uacbd\uace0 \ucc3d\uc774 \ubc1c\uc0dd\ud558\ub2e4. \uc608(Y) \ub85c \ud558\uba74 \ud504\ub85c\uadf8\ub7a8\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc9c4\ud589 \ub41c\ub2e4.<br>\uadf8\ub7ec\ub098 win \uc11c\ubc84\uc6a9\uc774 https \ub97c \uc0ac\uc6a9\ud558\uba74 \uc678\ubd80 \ub370\uc774\ud0c0\ub3c4 https \ub85c \uac00\uc838\uc640\uc57c \ud55c\ub2e4. (\uc2e0\ub8b0\uc131\uc744 \uac15\ud654\ud55c \uc870\uce58\uc774\ub2e4.)<br><br> \ubc18\ub300\ub85c Msxml2.XMLHTTP \ub85c  http\/ https \ub85c \uc811\uc18d \ud558\uba74 Windows \ubcf4\uc548 \uacbd\uace0 \ucc3d\uc774 \ubc1c\uc0dd\ud558\uc9c0 \uc54a\ub294\ub2e4.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"160\" src=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/03\/ActiveX_ServerXMLHTTP.jpg\" alt=\"\" class=\"wp-image-7169\" srcset=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/03\/ActiveX_ServerXMLHTTP.jpg 400w, https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/03\/ActiveX_ServerXMLHTTP-300x120.jpg 300w, https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/03\/ActiveX_ServerXMLHTTP-150x60.jpg 150w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \">function airline(code) { \n\tvar decode = code;\n\t\/\/var xmlHttp = new ActiveXObject(\"Msxml2.XMLHTTP\");\t\/\/Local \n\tvar xmlHttp = new ActiveXObject(\"Msxml2.ServerXMLHTTP.6.0\"); \/\/Server\n\t\n    xmlHttp.open( \"GET\", \"https\/\/data.test.com\/airline?code=\" + code, false ); \n    xmlHttp.send( null );\n    decode =  xmlHttp.responseText;\n\t\n\treturn decode;\n}<\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\ucc38\uc870 : https:\/\/blog.srpcs.com\/picking-the-correct-xmlhttp-object\/<\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Remark : Msxml2.XMLHTTP \uc640 Msxml2.ServerXMLHTTP.6.0 \uc758 \ucc28\uc774 1. Msxml2.XMLHTTP (\ubc84\uc804\uc744 \uc4f0\uc9c0 \uc54a\uc73c\uba74 \uc14b\uc5c5\ub41c \ucd5c\uc2e0\ubc84\uc804\uc73c\ub85c \uc790\ub3d9 \uc0ac\uc6a9 6.0) win \ub85c\uceec\uc6a9\uc73c\ub85c WinInet, URLMon \uc6a9\uc73c\ub85c, http\/ https 2\uac00\uc9c0 <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=7168\" title=\"Msxml2.XMLHTTP Msxml2.ServerXMLHTTP.6.0\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[60],"tags":[],"class_list":["post-7168","post","type-post","status-publish","format-standard","hentry","category-xsl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Msxml2.XMLHTTP Msxml2.ServerXMLHTTP.6.0 - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=7168\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Msxml2.XMLHTTP Msxml2.ServerXMLHTTP.6.0 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"Remark : Msxml2.XMLHTTP \uc640 Msxml2.ServerXMLHTTP.6.0 \uc758 \ucc28\uc774 1. Msxml2.XMLHTTP (\ubc84\uc804\uc744 \uc4f0\uc9c0 \uc54a\uc73c\uba74 \uc14b\uc5c5\ub41c \ucd5c\uc2e0\ubc84\uc804\uc73c\ub85c \uc790\ub3d9 \uc0ac\uc6a9 6.0) win \ub85c\uceec\uc6a9\uc73c\ub85c WinInet, URLMon \uc6a9\uc73c\ub85c, http\/ https 2\uac00\uc9c0 [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=7168\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-19T10:49:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/03\/ActiveX_ServerXMLHTTP.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"400\" \/>\n\t<meta property=\"og:image:height\" content=\"160\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"Msxml2.XMLHTTP Msxml2.ServerXMLHTTP.6.0\",\"datePublished\":\"2022-03-19T10:49:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168\"},\"wordCount\":44,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/ActiveX_ServerXMLHTTP.jpg\",\"articleSection\":[\"[Dev]XSL XML JSON\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168\",\"name\":\"Msxml2.XMLHTTP Msxml2.ServerXMLHTTP.6.0 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/ActiveX_ServerXMLHTTP.jpg\",\"datePublished\":\"2022-03-19T10:49:12+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168#primaryimage\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/ActiveX_ServerXMLHTTP.jpg\",\"contentUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/ActiveX_ServerXMLHTTP.jpg\",\"width\":400,\"height\":160},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7168#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Msxml2.XMLHTTP Msxml2.ServerXMLHTTP.6.0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Msxml2.XMLHTTP Msxml2.ServerXMLHTTP.6.0 - AuctionPro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auctionpro.co.kr\/?p=7168","og_locale":"ko_KR","og_type":"article","og_title":"Msxml2.XMLHTTP Msxml2.ServerXMLHTTP.6.0 - AuctionPro","og_description":"Remark : Msxml2.XMLHTTP \uc640 Msxml2.ServerXMLHTTP.6.0 \uc758 \ucc28\uc774 1. Msxml2.XMLHTTP (\ubc84\uc804\uc744 \uc4f0\uc9c0 \uc54a\uc73c\uba74 \uc14b\uc5c5\ub41c \ucd5c\uc2e0\ubc84\uc804\uc73c\ub85c \uc790\ub3d9 \uc0ac\uc6a9 6.0) win \ub85c\uceec\uc6a9\uc73c\ub85c WinInet, URLMon \uc6a9\uc73c\ub85c, http\/ https 2\uac00\uc9c0 [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=7168","og_site_name":"AuctionPro","article_published_time":"2022-03-19T10:49:12+00:00","og_image":[{"width":400,"height":160,"url":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/03\/ActiveX_ServerXMLHTTP.jpg","type":"image\/jpeg"}],"author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=7168#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7168"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"Msxml2.XMLHTTP Msxml2.ServerXMLHTTP.6.0","datePublished":"2022-03-19T10:49:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7168"},"wordCount":44,"commentCount":0,"image":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7168#primaryimage"},"thumbnailUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/03\/ActiveX_ServerXMLHTTP.jpg","articleSection":["[Dev]XSL XML JSON"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=7168#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=7168","url":"https:\/\/www.auctionpro.co.kr\/?p=7168","name":"Msxml2.XMLHTTP Msxml2.ServerXMLHTTP.6.0 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7168#primaryimage"},"image":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7168#primaryimage"},"thumbnailUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/03\/ActiveX_ServerXMLHTTP.jpg","datePublished":"2022-03-19T10:49:12+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7168#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=7168"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.auctionpro.co.kr\/?p=7168#primaryimage","url":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/03\/ActiveX_ServerXMLHTTP.jpg","contentUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/03\/ActiveX_ServerXMLHTTP.jpg","width":400,"height":160},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=7168#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"Msxml2.XMLHTTP Msxml2.ServerXMLHTTP.6.0"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/7168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7168"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/7168\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}