Normally when using the $http service I'd use the withCredentials: true option in the config object. Is it possible to use ng-websocket in a way that is consistent with how I use $http, i.e. always using credentials?
Normally when using the $http service I'd use the withCredentials: true option in the config object.
Is it possible to use ng-websocket in a way that is consistent with how I use $http, i.e. always using credentials?