hello
i have an ajax form and the sever side controller generate errors with json objects.
my problem is cloudflare change the response content-type of error response from application/json
to text/html
and there will be no json object in my response .
but my local testing is working fine . what can i do to resolve this problem .
thanks in advance