You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Schöne edited this page Nov 15, 2022
·
7 revisions
A potentially dangerous Request.Path value was detected from the client ...
Issue
There is a request that contains potential dangerous characters so that the system could be damaged/compromised.
Solution
The system is throwing that exception before execution of that potential dangerous request. This is more like a warning, that the system detected such request. There is no generic solution for that, but if you detect more of such requests from same/similar IPs, try to block them with help of a firewall. This prevents to get upcoming dangerous requests from those IPs anymore.
Newtonsoft.Json 6.0.0 is missing
Issue
Tests in a test project fail because of a false newtonsoft json version