makeWebRequest still broken for local non-SSL requests?

Hi all,

I'm working on a simple widget which should be able to trigger some Node-Red actions via http requests (for house automation system).

Now I've faced the same issue as many of us: the request fails with -1001 (SECURE_CONNECTION_REQUIRED). If I understood the old threads correctly it's because of the security manifest of the Garmin IQ App on my Android phone, which prevents the communication to non-ssl web addresses.

Now I'm wondering what's the current state of this issue because the last messages talking about that are 3 years ago or older. Is this really still an issue or did I something wrong?

Or did someone find a good workaround without changing the network infrastructure (adding certificates, proxy API in the internet) or recompiling the Garmin IQ app (temporary until the next update)?

Any feedback appreciated, thanks!