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
I would like to extract all cookies from the Tauri webview. Currently, using document.cookie doesn't include HTTP-only or secure cookies. Could you add an option to extract those as well on Windows/macOS/Linux?
Thanks!
Describe the solution you'd like
For instance when using playwright with page.cookies() I can get all the cookies.
Provide similar function on the webview instance.
Alternatives considered
No response
Additional context
You can try checking this by opening https://x.com/, logging in, and then attempting to extract all the cookies. You'll notice that some of them are missing.
The text was updated successfully, but these errors were encountered:
Describe the problem
Hi,
I would like to extract all cookies from the Tauri webview. Currently, using
document.cookie
doesn't include HTTP-only or secure cookies. Could you add an option to extract those as well on Windows/macOS/Linux?Thanks!
Describe the solution you'd like
For instance when using playwright with
page.cookies()
I can get all the cookies.Provide similar function on the webview instance.
Alternatives considered
No response
Additional context
You can try checking this by opening https://x.com/, logging in, and then attempting to extract all the cookies. You'll notice that some of them are missing.
The text was updated successfully, but these errors were encountered: