We have a net core 8.0 project, there is an http request failed with below error: reason=”A potentially dangerous Request.QueryString value was detected from the client (filter=”…dim1 eq ‘<tttt…”).”;error_category=”internal_error”][X-Powered-By,ASP.NET].
I found the previous solution for asp net framework 4.0 to use RequestValidationMode =”2.0″. But this property is only applied to framework project, anyone hit this in netcore 8.0