$.ajax({
url: "https://api.spotify.com/v1/albums/7qJGcO7e7qVNPi4grufK8B",
dataType: "jsonp",
jsonp: "callback",
type: "GET",
contentType: "application/json; charset=utf-8",
success:function(response){
alert(1);
}
});
Refused to execute script from 'https://api.spotify.com/v1/albums/7qJGcO7e7qVNPi4g...' because its MIME type ('application/json') is not executable, and strict MIME type checking is enabled.