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
Is it possible to make the Http state public to make it possible to access the cookie_jar of the plugin from rust.
At the moment i need to read the returned headers in the js code and extract the cookies and send them to rust myself so i can use them elsewhere