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
Before update I could save cookies to CSV file as is and restore them from the file by creating Dict and populate it with created cookies. Now I had to generate Headers with Set-Cookie headers for it.
Could it be solved by adding constructor to CookieJar which accepts initial cookies?
Julia 1.8.2
HTTP 1.4.0
MbedTLS.jl 1.1.6
The text was updated successfully, but these errors were encountered:
Before update I could save cookies to CSV file as is and restore them from the file by creating Dict and populate it with created cookies. Now I had to generate Headers with Set-Cookie headers for it.
Could it be solved by adding constructor to CookieJar which accepts initial cookies?
The text was updated successfully, but these errors were encountered: