We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd02c3 commit 8e05f36Copy full SHA for 8e05f36
src/WebJobs.Script.WebHost/Web.config
@@ -35,7 +35,7 @@
35
<clear />
36
</namespaces>
37
</pages>
38
- <httpRuntime targetFramework="4.5" maxRequestLength="102400" maxUrlLength="8192" maxQueryStringLength="4096" requestPathInvalidCharacters="" />
+ <httpRuntime targetFramework="4.5" maxRequestLength="102400" maxUrlLength="8192" maxQueryStringLength="4096" requestPathInvalidCharacters="" enableVersionHeader="false"/>
39
</system.web>
40
</location>
41
<system.webServer>
0 commit comments