You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is how I do it: easy.Setopt(curl.OPT_COOKIEJAR, fmt.Sprintf("tmp/cookiejar_%s.txt", task.CookieJarPath)) easy.Setopt(curl.OPT_COOKIEFILE, fmt.Sprintf("tmp/cookiejar_%s.txt", task.CookieJarPath))
Hello,
How store all Cookies in a file?
like php :
How can do this Using Go?
@andelf
The text was updated successfully, but these errors were encountered: