Removed the ``++web.config++`` part as we are having some technical difficulties in the integration with the scanner. To respect the timebox, we're going to deliver the Controller part first.
Putting it here.
== Sensitive Code Example
At application level, configured in the Web.config file:
<!-- see https://docs.microsoft.com/en-us/dotnet/api/system.web.configuration.httpruntimesection.requestvalidationmode?view=netframework-4.8 -->
<httpRuntime requestValidationMode="4.5" />
</system.web>
</configuration>
----
And the link to * https://docs.microsoft.com/en-us/dotnet/api/system.web.configuration.httpruntimesection.requestvalidationmode?view=netframework-4.8[HttpRuntimeSection.RequestValidationMode Property]