|
|
|
|
|
by cookiengineer
1179 days ago
|
|
I've had kind of the same problem in the past. For me I built a cookiejar textfile generating chrome extension, because it turns out most relevant tracking or session cookies are on external domains or oauth provider domains. [1] You just need to copy/paste the generated text content to a cookies.txt and you're set, so it worked for my workflow in the terminal. [1] https://github.com/cookiengineer/me-want-cookies |
|