I'm googling but I don't find any clue on
if restangular support withcredentials option and the other options for a cors request or not.
I mean can I use it in a cors calls without any issues ?
Can you help me, please ?
I'm googling but I don't find any clue on
if restangular support withcredentials option and the other options for a cors request or not.
I mean can I use it in a cors calls without any issues ?
Can you help me, please ?
yes it does.
You can set them by using setDefaultHttpFields
: https://github.com/mgonto/restangular#setdefaulthttpfields
It has the same format as $http values.