Page 1 of 1

Obtaining a website's cookie value (Chrome)

Posted: 28 Nov 2021, 17:28
by thegrove
I want to get a website's cookie value. They are easy enough to view manually, so for example this site www.autohotkey.com has a cookie:

name - "phpbb3_ghjir_sid"

content - "96f234f1534nnnnnnnnnnnnnnnn"

Does anyone have a piece of ahk script that will do this or some other way?

Thanks.

Re: Obtaining a website's cookie value (Chrome)

Posted: 07 Dec 2021, 20:41
by mikeyww
I thought that Chrome uses SQLite. Which easy method do you use for viewing?