POST Data > {post: '[["test",null,null,null,"test"]]'}
RETURN_CODE > 406
RETURN_MESSAGE > Not Acceptable! An appropriate representation of the requested resource could not be found on this server.
Эта ошибка была сгенерирована Mod_Security.
Полный код:
var xtest = [["test", null, null, null, "test"]];
var xtest1 = JSON.stringify(xtest);
$.ajax({
url: url,
data: {post: xtest1},
type: 'post',
success: function(result){
console.log(result);
}
});
Это ошибка или мой код неверен?
Примечание:
- нормально работает на моем локальном
- Показать 406 на хостинге