Accessing cookies from a chrome app -
i can see when issue xhr chrome app sends cookies, , these cookies kept track of in app. servers sending set-cookie headers updating them correctly. need read cookie though, , tried using "cookies" permission chrome yelled @ me... there api can use?
edit: using new packaged apps.
cookies apparently dark area of chrome packaged apps.
with extensions, extension shares cookie jar normal browsing activities. packaged apps, each app has separate jar.
the current behaviour seems xhr requests sites specified in manifest in permissions section set cookies in jar there no way how rid of them, except reinstalling app. there no api packaged apps manage cookies , cookies not show in developer tools or about://settings/cookies page.
the crbugs include
https://code.google.com/p/chromium/issues/detail?id=70391 https://code.google.com/p/chromium/issues/detail?id=152758 https://code.google.com/p/chromium/issues/detail?id=157474
and these 2 issues filled in response question
https://code.google.com/p/chromium/issues/detail?id=236585 https://code.google.com/p/chromium/issues/detail?id=335934
Comments
Post a Comment