Hello. I understand this topic might be well-discussed already, but I haven’t found a clear answer for my situation. Since the early versions of Tauri, I’ve been using the HTTP plugin to work around third-party cookie limitations. It allowed me to retrieve all necessary headers via rawHeaders, so I could then insert session keys into other requests. However, in the current version 2 of Tauri, this capability seems to be missing. I’ve tried every possible key, flag, and other workaround to extract the required session headers, but with no luck.
One workaround might be to create a custom fetch-like command, but everything used to work just fine through the plugin. Experienced specialists, any advice? I’d really prefer not to have to rework the whole system to use tokens and other methods to avoid session cookies.