Replies: 1 comment
-
Hi @xrgfn153!
src-tauri/capabilities/default.json
src-tauri/src/lib.rs
My web application has a server with https and nginx, for these reasons it works well. My goal is to achieve the web application works with https and self-signed certificate but unluckily I don't get it 😟. I hope these tips can help you, to be honest, it is really difficult to find information about Tauri v2 since it launched on Octuber 2024. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the JS API, and after upgrading to version 2.0, the headers I'm receiving are empty. I've tried configuring tauri-plugin-http = { version = "2", features = ["unsafe-headers"] } as per the documentation, but it hasn't worked.
Beta Was this translation helpful? Give feedback.
All reactions