925 views

Laravel An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security

There are so many reasons for this general error one I was facing is my string data contains HTML tags and Css rules.When ever i tried to save that rich text it generate that error while i've my data base field type as text.
Solution was to sanitize string then save.