Title Back Colour Keyoti Title Line Title Curve
Blue Box Top

A potentially dangerous Request.Form value was det - RapidSpell Web ASP.NET - Forum

Welcome Guest Search | Active Topics | Log In | Register

Options
avsln
#1 Posted : Monday, February 24, 2014 8:43:04 PM
Rank: Member

Groups: Registered

Joined: 2/12/2014
Posts: 20
I am using RapidSpell with CKEditor. It works fine as long as I dont have any formatting in the text in my editor. I turned on numbering in my editor which essentially is making an ordered list. When I click on my button for dialog spell check I get the below error message.

A potentially dangerous Request.Form value was detected from the client (textToCheck="<ol><li>Normal text<...").

I have
Code:
rapidSpell.setParameterValue("default", "IgnoreXML", true);
. Is there anything else I need to turn on/off to get this to work correctly.



I also get the same issue when I manually type in any html tags in the editor.
Jim
#2 Posted : Tuesday, February 25, 2014 2:38:49 AM
Rank: Advanced Member

Groups: Administrators, Registered

Joined: 8/13/2004
Posts: 2,667
Location: Canada
We have 'validateRequest' set false in popup.aspx (in our 'common' folder), but for ASP.NET 4 you also have to modify your web.config

http://stackoverflow.com...false-and-net-4-problem

Add requestValidationMode to httpRuntime;

<httpRuntime requestValidationMode="2.0" />

Otherwise .NET won't allow any HTML content to be posted to pages.

Best
Jim



-your feedback is helpful to other users, thank you!

-your feedback is helpful to other users, thank you!


avsln
#3 Posted : Tuesday, February 25, 2014 10:07:46 PM
Rank: Member

Groups: Registered

Joined: 2/12/2014
Posts: 20
Thanks. That resolved it.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.




About | Contact | Site Map | Privacy Policy

Copyright © 2002- Keyoti Inc.