I need that when I send by POST, the server allows html attributes like style=""
, since now the server blocks it and returns a Forbidden. The problem is that I do not have access to the server and I do not know how it is configured and I can not do tests on my own, the fact is that they ask me what qué directiva necesito en el AllowOverride
.
I have looked in the apache documentation at AllowOverride Directive and SetInputFilter Directive but I have not made anything clear.
Thanks in advance