validation - Not getting "potentially dangerous request" error -


for asp.net mvc 4 website hosted sitefinity, can enter in text box text:

< input type="text" >

it passes values mvc back-end no issues. expecting see "potentially dangerous request" error not getting it.

the attributes on action on controller end are:

[httppost] [allowanonymous] [validateantiforgerytoken] 

i don't have [allowhtml] tried adding in [validateinput(true)] didn't anything.

i have checked in filterconfig file adding [authorize] attribute.

i have checked web.config , httpruntime settings here

   <httpruntime maxrequestlength="102400"          maxurllength="102400"          maxquerystringlength="10000"      requestvalidationtype="telerik.sitefinity.security.claims.customrequestvalidator, telerik.sitefinity" /> 

it doesn't have requestvalidationmode="2.0" set , don't have validaterequest="false" set. don't know sitefinity customrequest validator does, part of updating sitefinity 6.0 , suspicious, have setting set on prod , potentially dangerous errors.

i'm finding pages telling me how avoid getting error. have idea how enable it? ideas on else may in code disabling it?


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -