Xojo and https!

should i implement a small webserver locally using https and not http does anyone experience this is there something already done to be used soon?

Use a Xojo Web project and you basically have a web server built-in.
Just fill your code in handleURL event.

@Stefano_Basile you are asking if you need HTTPS locally, right? It depends on what your app is doing. I would suggest always using HTTPS these days, even locally. There is an impact on performance over HTTP, but usually it isn’t big.