I have 2 servers, one is a cloud application and one is a local API used on a Raspberry PI to measure something that is only local.
I am searching for a secured way to send requests, from the cloud backend to the local raspberry API server (and to get the responses back in the user interface in cloud). I've got as solutions until now only 'Weaved' application and the unsecured port forwarding.