Quantcast
Channel: George Trifonov Blog
Viewing all articles
Browse latest Browse all 21

A potentially dangerous Request.Path value was detected from the client

$
0
0

I have a Odata service implementation and started getting errors where one of parameters in query has ‘:’.

Solution:

<system.web>
    <httpRuntime requestValidationMode="2.0" requestPathInvalidCharacters=""/>
<pages validateRequest="false">

Viewing all articles
Browse latest Browse all 21

Trending Articles