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
It's actually an issue, not a bug. I literally copied pasted working curl command as fetch command and I get 401 (unauthrized)
the feature unsafe-headers enabled.
I fixed the issue by adding
Origin: '',Referer: '',
For unsetting the headers. but it was very hard to debug I needed to manually construct curl requests from fetch and try outside of tauri
with fetch i can see plain request/response body
with tauri fetch i can't
does it possible? and if not how can we improve it?
The text was updated successfully, but these errors were encountered: