{"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 class=\"wp-block-paragraph\">\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 class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">\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 class=\"wp-block-paragraph\">\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,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[10],"tags":[],"class_list":["post-3383","post","type-post","status-publish","format-standard","hentry","category-devc"],"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}]}}