-
Do i just write this since you are saying its a text file?
|
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Jan 9, 2025
Replies: 1 comment
-
TLDR: See cookies A Netscape cookies.txt file looks like
but you aren't supposed to write these yourself. You should use a browser extension like Get cookies.txt LOCALLY for Chrome or Export Cookies for Firefox instead. If you want to specify cookie values manually, use a JSON "cookies": {
"name1": "value1",
"name2": "value2",
"name3": "value3"
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TLDR: See cookies
A Netscape cookies.txt file looks like