{"id":184,"date":"2021-03-29T21:07:30","date_gmt":"2021-03-29T21:07:30","guid":{"rendered":"http:\/\/blog.bp8.pl\/?p=184"},"modified":"2021-04-09T11:37:53","modified_gmt":"2021-04-09T11:37:53","slug":"azure-app-service-outputs-error-when-it-receives-a-long-url-how-do-i-fix-this","status":"publish","type":"post","link":"https:\/\/blog.bp8.pl\/index.php\/2021\/03\/29\/azure-app-service-outputs-error-when-it-receives-a-long-url-how-do-i-fix-this\/","title":{"rendered":"Azure App Service outputs error when it receives a long URL. How do I fix this?"},"content":{"rendered":"\n<p>Open your Azure Portal. Go to App Service which you are using to host your CMS\/Website. <br>Click on Advanced Tools.<br>1. Click Go. It will open Kudu App Service.<br>2. Click on Debug console &gt;&gt; CMD.<br>3. From the top explorer navigation, go to site\/wwwroot and find your web.config file (if you do not have it, create it)<br>4. Click edit<br>5. It will open editor for you to edit your web.config file. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\n&lt;configuration&gt;\n  &lt;system.web&gt;\n    &lt;customErrors mode=\"Off\"\/&gt;\n    &lt;httpRuntime maxQueryStringLength = \"10000\" \/&gt;\n  &lt;\/system.web&gt;\n  &lt;system.webServer&gt;\n    &lt;security&gt;\n      &lt;requestFiltering&gt;\n        &lt;requestLimits maxQueryString=\"10000\" \/&gt;\n      &lt;\/requestFiltering&gt;\n    &lt;\/security&gt;\n  &lt;\/system.webServer&gt;\n&lt;\/configuration&gt;<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Open your Azure Portal. Go to App Service which you are using to host your CMS\/Website. Click on Advanced Tools.1. Click Go. It will open Kudu App Service.2. Click on Debug console &gt;&gt; CMD.3. From the top explorer navigation, go to site\/wwwroot and find your web.config file (if you do not have it, create it)4. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[95,94],"tags":[84,83],"_links":{"self":[{"href":"https:\/\/blog.bp8.pl\/index.php\/wp-json\/wp\/v2\/posts\/184"}],"collection":[{"href":"https:\/\/blog.bp8.pl\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bp8.pl\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bp8.pl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bp8.pl\/index.php\/wp-json\/wp\/v2\/comments?post=184"}],"version-history":[{"count":3,"href":"https:\/\/blog.bp8.pl\/index.php\/wp-json\/wp\/v2\/posts\/184\/revisions"}],"predecessor-version":[{"id":205,"href":"https:\/\/blog.bp8.pl\/index.php\/wp-json\/wp\/v2\/posts\/184\/revisions\/205"}],"wp:attachment":[{"href":"https:\/\/blog.bp8.pl\/index.php\/wp-json\/wp\/v2\/media?parent=184"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bp8.pl\/index.php\/wp-json\/wp\/v2\/categories?post=184"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bp8.pl\/index.php\/wp-json\/wp\/v2\/tags?post=184"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}