hi guys,
I have a situation on a project where we see a lot of security bans.
The message we see is this:
2021-02-11 17:28:36.005: A potentially dangerous Request.Path value was detected from the client (<).
System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<).
at System.Web.HttpRequest.ValidateInputIfRequiredByConfig()
at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context)
My concern is that we have been implemented something wrong in the interface causing a lot of posts with unsafe characters.
Is there a way I can figure out the origin of these requests? The information in the log is not giving enough information to track it down.
Thank you,
Adrian