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
Hi, I have started to work using the Tauri HTTP Plugin.
It solves some issues I was having regarding cookies and cors quite nicely. What I do notice is that the Jar apparently clears (or is not storing) the Cookies that are being added.
I noticed there is a crate that adds file strain capabilities for CookieStores here
Is there any straightforward way of hooking myself to that default jar to load or dump those cookies??