Skip to content

Commit

Permalink
Updating the maxQueryString ,maxUrl length and maxAllowedContentLengt…
Browse files Browse the repository at this point in the history
…h config
  • Loading branch information
soninaren authored and brettsam committed Jul 25, 2018
1 parent 5909952 commit 43ad921
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/WebJobs.Script.WebHost/web.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
</handlers>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" />
<security>
<requestFiltering>
<requestLimits maxQueryString="4069" maxUrl="8192" maxAllowedContentLength="104857600"/>
</requestFiltering>
</security>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
Expand Down

0 comments on commit 43ad921

Please sign in to comment.