如何在typescript和angular2中向任何http.get请求添加cookie?

时间:2017-02-20 21:03:22

标签: http angular cookies angular2-services

似乎禁止使用http.get,因为我没有随请求发送cookie值。如果我只是浏览链接,我将得到响应,因为浏览器发送cookie。我如何在带角度2的typescrip代码中做同样的事情?

1 个答案:

答案 0 :(得分:0)

查看此链接:

https://angular.io/docs/ts/latest/api/http/index/RequestOptions-class.html

您可以使用get请求指定RequestOptions(例如标头值)。我认为您可以使用它以您需要的方式发送cookie。在你的问题中没有其他信息可供使用,所以我认为这与我能得到的一样接近。

Http规范:

https://angular.io/docs/ts/latest/api/http/index/Http-class.html