Http and Https RemoteDB

Hello,
is it possible make RemoteDB server listen on both Http and Https with different ports, but the same BaseURI ?
I mean something like:

SparkleServer.AddModule(RemoteModule1);   // for http
SparkleServer.AddModule(RemoteModule2);   // for https

Regards

Yes, it's possible. Different port means different URL, as the port is part of the URL.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.