mod security problem
Client:My site's main language is turkish which is why i use iso-8859-9 encoding on my pages. but this causes problems with AJAX (xmlhttprequest). Because of the mod_security settings i can't use AJAX on my site.(no problem with iso-8859-1 encoding)
When you post in English, data is submited as regular ASCII characters. When multi-byte characters are submitted(for example turkish encoding), they are encoded as %u####. that causes the problem.
Me:
Is this doable? How exactly would I go about enabling this for the client without sacrificing any security measures? Please explain in detail.