Hey, I'm trying to figure out how to send cookies throught CORS but since I can't access XMLHttpRequest objects directly I'm not able to set withCredentials option. I remember using it with $http in Angular 1.4.
Maybe I could do this by writting custom XHRBackend? Or is there any easier way?
Hey, I'm trying to figure out how to send cookies throught CORS but since I can't access
XMLHttpRequestobjects directly I'm not able to setwithCredentialsoption. I remember using it with $http in Angular 1.4.Maybe I could do this by writting custom
XHRBackend? Or is there any easier way?