Моя форма:
Код: Выделить всё
Ajax Request
Код: Выделить всё
$("#upload_form").submit(function(e){
e.preventDefault();
$.ajax({
url:'https://lokali.se/api/string/list',
data:'api_token=641bc8455768b09589806c7d489640789cfb49e1&id=7509115157679787966292.60209031',
dataType:'jsonp',
type:'post',
contentType: 'application/x-www-form-urlencoded',
success:function(response){
console.log('hi');
console.log(response);
},
});
});
Для справки, пожалуйста найдите скриншот

Моя ошибка отсюда {"response":{"status":"error","code":4049,"message":"Отсутствует параметр запроса"} Может ли кто-нибудь мне помочь?
Подробнее здесь: https://stackoverflow.com/questions/380 ... token-ajax