我不确定如何处理这个错误,每个请求都有一个唯一的字符串。我请求的 jsonP 是一个 jsonP 代理,据我所知,它已按应有的方式进行配置。
var url = 'https://phpproxy-dev.herokuapp.com/?url=http://personer.eniro.se/resultat/'+who+'/'+where+'&callback=?';
$.getJSON(url, function (data) {
//console.log(data)
});
回复:
jQuery19107590448246337473_1375193471216({"status":{"http_code":200},"contents":"//an html page wrapped in a json-object, I can't post it because it hangs chrome when I try to push the code button i stackoverflow. "})
我在 https 页面上运行greasemonkey 中的代码。