{"id":3383,"date":"2014-04-30T19:05:26","date_gmt":"2014-04-30T10:05:26","guid":{"rendered":"http:\/\/auctionpro.co.kr?p=3383&#038;preview_id=3383"},"modified":"2024-05-30T10:44:26","modified_gmt":"2024-05-30T01:44:26","slug":"%ec%85%88%ed%8b%80%eb%88%84%eb%a6%ac-maxquerystringlength-%ea%b0%92%ec%9d%84-%ec%b4%88%ea%b3%bc%ed%95%a9%eb%8b%88%eb%8b%a4","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=3383","title":{"rendered":"maxQueryStringLength \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4."},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Remark : \ub9ce\uc740 Get \ub370\uc774\ud0c0 \ubc1b\uae30,  Web.conf \ud30c\uc77c\uc744 \uc218\uc815\ud558\uc5ec \ucffc\ub9ac \ubb38\uc790\uc5f4 \uae38\uc774 \uc81c\ud55c\uc744 \uc124   \uc815\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4.   targetFramework  4.6 \uae30\uc900<\/h3>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: <code>httpRuntime<\/code> \uc694\uc18c \uc218\uc815<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \" >&lt;configuration&gt;\n  &lt;system.web&gt;\n    &lt;httpRuntime targetFramework=\"4.6\" maxQueryStringLength=\"2048\" maxUrlLength=\"4096\" \/&gt;\n  &lt;\/system.web&gt;\n&lt;\/configuration&gt;\n<\/pre><\/div>\n\n\n\n<p>\uc704 \uc608\uc81c\uc5d0\uc11c\ub294 <code>maxQueryStringLength<\/code>\ub97c 2048\uc790\ub85c, <code>maxUrlLength<\/code>\ub97c 4096\uc790\ub85c \uc124\uc815\ud588\uc2b5\ub2c8\ub2e4. \ud544\uc694\uc5d0 \ub530\ub77c \uc774 \uac12\uc744 \uc870\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: <code>requestFiltering<\/code> \uc694\uc18c \ucd94\uac00<\/h3>\n\n\n\n<p>IIS(Internet Information Services)\uc5d0\uc11c \uc694\uccad \ud544\ud130\ub9c1\uc744 \uc0ac\uc6a9\ud558\uc5ec \ucffc\ub9ac \ubb38\uc790\uc5f4\uacfc URL\uc758 \uae38\uc774\ub97c \uc81c\ud55c\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub97c \uc704\ud574 <code>system.webServer<\/code> \uc139\uc158\uc5d0 <code>requestFiltering<\/code> \uc694\uc18c\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \" >&lt;configuration&gt;\n  &lt;system.webServer&gt;\n    &lt;security&gt;\n      &lt;requestFiltering&gt;\n        &lt;requestLimits maxQueryString=\"2048\" maxUrl=\"4096\" \/&gt;\n      &lt;\/requestFiltering&gt;\n    &lt;\/security&gt;\n  &lt;\/system.webServer&gt;\n&lt;\/configuration&gt;\n<\/pre><\/div>\n\n\n\n<p>\uc704 \uc608\uc81c\uc5d0\uc11c\ub294 <code>maxQueryString<\/code>\uc744 2048\uc790\ub85c, <code>maxUrl<\/code>\uc744 4096\uc790\ub85c \uc124\uc815\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\uacb0\ud569\ud55c <code>web.config<\/code> \uc608\uc81c<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \" >&lt;configuration&gt;\n  &lt;system.web&gt;\n    &lt;httpRuntime targetFramework=\"4.6\" maxQueryStringLength=\"2048\" maxUrlLength=\"4096\" \/&gt;\n  &lt;\/system.web&gt;\n  &lt;system.webServer&gt;\n    &lt;security&gt;\n      &lt;requestFiltering&gt;\n        &lt;requestLimits maxQueryString=\"2048\" maxUrl=\"4096\" \/&gt;\n      &lt;\/requestFiltering&gt;\n    &lt;\/security&gt;\n  &lt;\/system.webServer&gt;\n&lt;\/configuration&gt;\n<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">\uc8fc\uc758\uc0ac\ud56d<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\uac12 \uc870\uc815<\/strong>: \uc124\uc815\ub41c \uac12\uc774 \ub108\ubb34 \ud06c\uba74 \uc11c\ubc84\uc758 \uba54\ubaa8\ub9ac \uc0ac\uc6a9\ub7c9\uc774 \uc99d\uac00\ud560 \uc218 \uc788\uc73c\ubbc0\ub85c, \ud544\uc694\uc5d0 \ub530\ub77c \uc801\uc808\ud55c \uac12\uc744 \uc124\uc815\ud574\uc57c \ud569\ub2c8\ub2e4.<\/li>\n\n\n\n<li><strong>\ubcf4\uc548 \uace0\ub824\uc0ac\ud56d<\/strong>: \ub108\ubb34 \ud070 \uac12\uc73c\ub85c \uc124\uc815\ud558\uba74 \uc11c\ube44\uc2a4 \uac70\ubd80(DoS) \uacf5\uaca9\uc5d0 \ucde8\uc57d\ud574\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ucffc\ub9ac \ubb38\uc790\uc5f4\uc758 \uae38\uc774\ub97c \ub298\ub9ac\ub294 \ub300\uc2e0, POST \uc694\uccad \ub4f1\uc744 \uc0ac\uc6a9\ud558\ub294 \uac83\uc774 \ub354 \uc801\uc808\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n\n\n<p>\uc774 \uc124\uc815\uc744 \ud1b5\ud574 \ucffc\ub9ac \ubb38\uc790\uc5f4\uacfc URL \uae38\uc774 \uc81c\ud55c\uc744 \ub298\ub9b4 \uc218 \uc788\uc73c\uba70, \uc694\uccad \ub370\uc774\ud130\uc758 \uae38\uc774\ub85c \uc778\ud55c \uc624\ub958\ub97c \ubc29\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Remark : \ub9ce\uc740 Get \ub370\uc774\ud0c0 \ubc1b\uae30, Web.conf \ud30c\uc77c\uc744 \uc218\uc815\ud558\uc5ec \ucffc\ub9ac \ubb38\uc790\uc5f4 \uae38\uc774 \uc81c\ud55c\uc744 \uc124 \uc815\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. targetFramework 4.6 \uae30\uc900 Step 1: httpRuntime \uc694\uc18c \uc218\uc815 \uc704 <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=3383\" title=\"maxQueryStringLength \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4.\">[&#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":[10],"tags":[],"class_list":["post-3383","post","type-post","status-publish","format-standard","hentry","category-devc"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>maxQueryStringLength \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4. - 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=3383\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"maxQueryStringLength \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4. - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"Remark : \ub9ce\uc740 Get \ub370\uc774\ud0c0 \ubc1b\uae30, Web.conf \ud30c\uc77c\uc744 \uc218\uc815\ud558\uc5ec \ucffc\ub9ac \ubb38\uc790\uc5f4 \uae38\uc774 \uc81c\ud55c\uc744 \uc124 \uc815\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. targetFramework 4.6 \uae30\uc900 Step 1: httpRuntime \uc694\uc18c \uc218\uc815 \uc704 [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=3383\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2014-04-30T10:05:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-30T01:44:26+00:00\" \/>\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=3383#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3383\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"maxQueryStringLength \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4.\",\"datePublished\":\"2014-04-30T10:05:26+00:00\",\"dateModified\":\"2024-05-30T01:44:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3383\"},\"wordCount\":16,\"commentCount\":0,\"articleSection\":[\"[Dev]C#\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3383#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3383\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3383\",\"name\":\"maxQueryStringLength \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4. - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2014-04-30T10:05:26+00:00\",\"dateModified\":\"2024-05-30T01:44:26+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3383#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3383\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3383#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"maxQueryStringLength \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4.\"}]},{\"@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":"maxQueryStringLength \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4. - 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=3383","og_locale":"ko_KR","og_type":"article","og_title":"maxQueryStringLength \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4. - AuctionPro","og_description":"Remark : \ub9ce\uc740 Get \ub370\uc774\ud0c0 \ubc1b\uae30, Web.conf \ud30c\uc77c\uc744 \uc218\uc815\ud558\uc5ec \ucffc\ub9ac \ubb38\uc790\uc5f4 \uae38\uc774 \uc81c\ud55c\uc744 \uc124 \uc815\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. targetFramework 4.6 \uae30\uc900 Step 1: httpRuntime \uc694\uc18c \uc218\uc815 \uc704 [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=3383","og_site_name":"AuctionPro","article_published_time":"2014-04-30T10:05:26+00:00","article_modified_time":"2024-05-30T01:44:26+00:00","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=3383#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=3383"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"maxQueryStringLength \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4.","datePublished":"2014-04-30T10:05:26+00:00","dateModified":"2024-05-30T01:44:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=3383"},"wordCount":16,"commentCount":0,"articleSection":["[Dev]C#"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=3383#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=3383","url":"https:\/\/www.auctionpro.co.kr\/?p=3383","name":"maxQueryStringLength \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4. - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2014-04-30T10:05:26+00:00","dateModified":"2024-05-30T01:44:26+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=3383#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=3383"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=3383#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"maxQueryStringLength \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4."}]},{"@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\/3383","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=3383"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/3383\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3383"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3383"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3383"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}