HTTP Request to server running in sidecar #5391
Unanswered
nikolaswise
asked this question in
Q&A
Replies: 1 comment 4 replies
-
It should be the same as any other server (remote). So the webview's built-in fetch/http should work and if it doesn't there is Tauri's own http module: https://tauri.app/v1/api/js/http |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a sidecar running oxigraph_server (I think it's running at least!) but I cannot find any documentation on how to make HTTP requests to this server from my front-end application. I've found some issues referencing that this is doable, but I cannot find any documentation around sidecars at all.
What is going on here? How do I HTTP my server binary?
Beta Was this translation helpful? Give feedback.
All reactions