Error: A potentially dangerous Request.Path value was detected from the client (<). Is it concerning?
`/Order/{order_guid}/true<BLOCKED>` I am getting these errors in my elmah logs in an angular js .net mvc application. I tried to google about but there is not much information about what it means. All I found was people trying to remove this error from their application by turning off validation. In my case this is a […]