Answer the question
In order to leave comments, you need to log in
Why can't cross-site ajax post request work in opera mini?
There is a cross site ajax request that works everywhere except opara mini.
$.ajax({
url: 'http://test.ru/test.php',
type: 'POST',
data: {
data: 'test'
},
dataType: 'json',
success: function(data) {
alert(1);
},
error: function () {
alert(2);
}
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question