I enabled the security system and checked again...same result.
I looked at the code and found the following:
//
// web service calls handling
//
When.WebServiceCallReceived(Program.Module.Domain + "/" + Program.Module.Address, (args) => //"HomeGenie.SecuritySystem", ( args ) =>
{
string[] reqs = ((string)args).Split('/');
var res = "";
So, it looks like the code is up to date.