Added by Marcelo Antunes 1 day ago
I'm running my wt app with wthttp and on a dedicated process mode.
And the function Wt::WServer::instance()->httpPort(), returns a random port (probably is the port used for inter process communication)
Besides correcting that, i have another suggestion:
Should create a function Wt::WServer::instance()->httpsPort(), to return the https port, when the application have it.
Regards
Marcelo