Моя форма: < /p>
Код: Выделить всё
Ajax Request
< /code>
my ajax call: < /p>
$("#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