I am trying to login to a system. In angular 1, there was ways to set
withCredentials:true
But I could not find a working solution in angu
In Angular > 2.0.0 (and actually from RC2 on), just
http.get('http://my.domain.com/request', { withCredentials: true })