fails on google
If I run this:
chrome.getCookies('http://google.com', function(err, cookies) { console.log(cookies); });
I get only SID and NID and not HSID and SSID (which are there)
any clues?
It works for me, can you try cloning the repo and running node example/google.js? Which OS are you using?
Linux 4.19.31-041931-generic Ubuntu 17.10 Chrome Version 74.0.3729.131 (Official Build) (64-bit)
It "sort of" works... go to google.com and use "EditThisCookie" extension. And you will see there are more cookies than the ones dumped.
On Sat, 2019-05-04 at 20:49 -0700, Bertrand Fan wrote:
It works for me, can you try cloning the repo and running node example/google.js? Which OS are you using?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/bertrandom/chrome-cookies-secure/issues /15#issuecomment-489386969", "url": "https://github.com/bertrandom/chrome-cookies-secure/issues/15 #issuecomment-489386969", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
Hi Zibri,
It looks like you're not fully qualifying the URL as per the readme.md. You'll need to do that in order to see the full gamut of cookies.
Let us know if that works?
@Zibri did you get this working? I'll close this off in a couple of weeks if no response. Please see comment above if you read this.
Closing this due to lack of response and example not using fully qualified URL