Opened 10 years ago
Closed 10 years ago
#12436 closed Bug (invalid)
403 Forbidden on submit
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
When submitting my server returns a 403 forbidden but only when there are multiple line returns in the editor.
<p>test</p> <p>test</p> return 403 error
test<Br><br> test<br><br> return 403 error
test<br> test no error
all browsers - all OS
CKEditor is JavaScript application which has nothing to do with submitting data.
Please check your server-side.