Opened 11 years ago
Closed 11 years ago
#11369 closed Bug (invalid)
Error during the process of storing ckeditor content
Reported by: | Rama | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | 4.3.1 |
Keywords: | Cc: | Rama |
Description
Hi.,
I had an issue regarding ie11 .Now i upgraded 4.3 version works well while displaying the content from database and editing . when i finished editing ,press save button i got error "A potentially dangerous Request.Form value was detected from the client " .This error came after the storing code only.
Attachments (2)
Change History (3)
Changed 11 years ago by
Attachment: | coding.png added |
---|
Changed 11 years ago by
comment:1 Changed 11 years ago by
Keywords: | ckeditor 4.3 removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
The value I see on the screenshot is valid HTML. The only thing that comes to my mind is that your ASP.NER server side rises errors because of
< > /
characters. What you should do is probably encode HTML before sending it to server.I think that you should check out http://www.w3schools.com/jsref/jsref_encodeuricomponent.asp function and encode HTML parameter before putting it into request.