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

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -