How can I retrieve HTTP response headers in Tauri 2? #11983
Unanswered
qirongliang
asked this question in
Q&A
Replies: 0 comments
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