我的angularjs应用程序位于/ home / scriplogix / higi / kiosk文件夹中我在eclipse中创建了一个restfull webservie它生成了一个链接http://localhost:8080/RestfulAndAngularJS_Server/rest/product/findall
现在我想将本地应用程序连接到restfull webservice。我有两个疑惑
我正在使用代码
curl_setopt($ch, CURLOPT_CAINFO, 'cacert.pem');
答案 0 :(得分:0)
但是,您可能需要在restfull网站的答案中添加“Access-Control-Allow-Origin”标题。如果你的角度应用程序与restfull服务在同一台服务器上会更好。