Skip to content

Error Messages

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

Solution

  • reset app.config and reinstall nuget packages
  • may System.Threading.Tasks.Extensions is missing
Clone this wiki locally