Actions
Improvements #13294
openAdd alternative httpsPort()
Start date:
12/05/2024
Due date:
% Done:
0%
Estimated time:
Description
Currently the httpPort()
function in WServer returns the (first) port it is listening to. This is regardless of whether it is HTTP or HTTPS.
It should maintain that behavior, but an additional httpsPort()
should be specified. This will only be able to return a port for applications with SSL.
Updated by Matthias Van Ceulebroeck 15 days ago
Addition:
Provide more documentation, mentioning that in dedicated process mode, this returns the internal `SessionManager port for communication.
Actions