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 acc99e8 commit a4a4c5aCopy full SHA for a4a4c5a
src/WebJobs.Script.WebHost/Web.config
@@ -35,7 +35,7 @@
35
<clear />
36
</namespaces>
37
</pages>
38
- <httpRuntime targetFramework="4.5" maxRequestLength="102400" />
+ <httpRuntime targetFramework="4.5" maxRequestLength="102400" maxUrlLength="4096" requestPathInvalidCharacters="" />
39
</system.web>
40
</location>
41
<system.webServer>
@@ -47,7 +47,7 @@
47
</handlers>
48
<validation validateIntegratedModeConfiguration="false" />
49
<security>
50
- <requestFiltering>
+ <requestFiltering allowDoubleEscaping="true">
51
<requestLimits maxAllowedContentLength="104857600" />
52
</requestFiltering>
53
</security>
0 commit comments