I have a problem when consuming a Rest service with Jquery, I have no problem with tools like Insomnia or the browser.
$.ajax({
type: "GET",
url: "http://sanguchi.esy.es/peoples",
contentType: 'application/json',
dataType: "json",...
asked by
10.08.2016 / 01:02