Skip to content

Commit 43ad921

Browse files
soninarenbrettsam
authored andcommitted
Updating the maxQueryString ,maxUrl length and maxAllowedContentLength config
1 parent 5909952 commit 43ad921

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/WebJobs.Script.WebHost/web.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
1010
</handlers>
1111
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" />
12+
<security>
13+
<requestFiltering>
14+
<requestLimits maxQueryString="4069" maxUrl="8192" maxAllowedContentLength="104857600"/>
15+
</requestFiltering>
16+
</security>
1217
</system.webServer>
1318
<runtime>
1419
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

0 commit comments

Comments
 (0)