plugins-workspace
plugins-workspace copied to clipboard
[http][v2] access fetch cookie store from rust
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
This would be great to have. Just ran into this myself
Yeah, some way of accessing the CookieStore from the backend would be definitely handy