Hey everyone,
I’m using a Sveltekit app which is served behind a nginx reverse-proxy, this reverse proxy can be accessed with the balena public URL.
On the device i serve this proxy on a webkit frontend so there is no issues in this way, but when using the balena remote url, i have some CSRF issues with form actions.
Is there any piece of information about the Balena remote url that could help me ?
Im looking for headers specifications for example or how is routed trafic from the url to the machine?
thank you