chrome-cookies-secure icon indicating copy to clipboard operation
chrome-cookies-secure copied to clipboard

fails on google

Open Zibri opened this issue 6 years ago • 4 comments

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?

Zibri avatar Apr 30 '19 15:04 Zibri

It works for me, can you try cloning the repo and running node example/google.js? Which OS are you using?

bertrandom avatar May 05 '19 03:05 bertrandom

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" } } ]

Zibri avatar May 05 '19 06:05 Zibri

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?

rubengmurray avatar Jun 10 '19 17:06 rubengmurray

@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.

rubengmurray avatar Jun 04 '22 20:06 rubengmurray

Closing this due to lack of response and example not using fully qualified URL

rubengmurray avatar Jun 30 '24 14:06 rubengmurray