javascript - read header cookie with Angularjs and Cordova/Phonegap -
I have a problem with my application Cordova / Fingerlings.
I can log in to my API gives me a cookie: set-cookie: token = 654vze45ze566ze5;
But I can not recover those values and when I "GET" I can return them.
I tried ngQQs but apparently cookies do not work on phonegrap, how can I read and retrieve the header set-cookie?
Comments
Post a Comment