Backoffice on publish - A potentially dangerous Request.Form value
We just upgraded from 8.4 to latest 8.5.4 via NuGet and now when publishing any page that has a RTE value the post fails with an: A potentially dangerous Request.Form value was detected from the client ?
In our web.config the httpRuntime element did not have the 'requestValidationMode' set and that seemed to trigger the error. Setting it to '4.5' fixes the issue ;)
Backoffice on publish - A potentially dangerous Request.Form value
We just upgraded from 8.4 to latest 8.5.4 via NuGet and now when publishing any page that has a RTE value the post fails with an: A potentially dangerous Request.Form value was detected from the client ?
It works fine when no html is posted.
Any ideas?
Hi David,
Can you check the web.config file following lines:
What is the value of 'requestValidationMode' attribute?
Thanks,
Alex
Hi Alex,
In our web.config the httpRuntime element did not have the 'requestValidationMode' set and that seemed to trigger the error. Setting it to '4.5' fixes the issue ;)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.