标签: angular unirest
我试图使用unirest API使用以下代码段从我的Angular 4应用程序中跨域客户端请求。 我在Google上搜索了很多,但没有发现有人将其用于跨域,
unirest.get(url).headers({"crossDomain":true}).end(function(response){ alert(response.body); });
有人可以帮助我使用unirest API触发跨域请求。