I use App Inventor for my personal use and as training tool on Makers and Internet of Things courses.
In particular, I frequently use Web component, which is fine for training purposes, but not so much for my personal use.
In fact, my typical application is to build an APP sending HTTP requests to a web server running on Arduino Yun or Raspberry located in my home. The purpose is to remotely command or check some devices while I'm out of the house.
Obviously using HTTP protocol I have several doubts about the security of my APP.
Is it planned a new component like Web component able to send HTTPS requests?
Of course I could write an extension from Web component... but before starting this not trivial job I want to be sure that official support for HTTPS on App Inventor is not under development.
Best regards,
Matteo