angularful与restfull webservices

时间:2015-07-22 13:40:30

标签: angularjs

我的angularjs应用程序位于/ home / scriplogix / higi / kiosk文件夹中我在eclipse中创建了一个restfull webservie它生成了一个链接http://localhost:8080/RestfulAndAngularJS_Server/rest/product/findall

现在我想将本地应用程序连接到restfull webservice。我有两个疑惑

  1. 是否可以连接到本地应用程序以restfull webservice
  2. 我正在使用代码

    curl_setopt($ch, CURLOPT_CAINFO, 'cacert.pem');
    

1 个答案:

答案 0 :(得分:0)

  1. 是的,是。
  2. 你是对的。
  3. 但是,您可能需要在restfull网站的答案中添加“Access-Control-Allow-Origin”标题。如果你的角度应用程序与restfull服务在同一台服务器上会更好。