-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[http] Use browser cookies #1167
Comments
tauri-plugin-http = { version = "2.0.0-beta", features = ["cookies"] } However we can't get the webview cookies and send them, so if you used the webview built-in fetch to set the cookie, you can't send it with the plugin fetch
I will open a PR for that |
tauri-plugin-http-2.0.0-beta.7/src/commands.rs |
I'd like
reqwest
on the rust side to be able to send a request to the server as the webview's browser: meaning automatically including the webview's cookies.In addition, it would be interesting if, when a request is made to
/something
, the default domain was the one of the actual webpage (like the javascript fetch).The text was updated successfully, but these errors were encountered: