You are not logged in.
Pages: 1
Hello.
Is there any way to bind mORMot http(s) server to a specific IP address ( if I have a multiple card or Ip addresses ).
f_Http := TSQLDBServerRemote.Create( f_DB, 'Medec1', '8080', 'user', 'pass');
Thanks.
Offline
Did you try to use '1.2.3.4:8080' instead of plain '8080'?
No not yet .. .I'll try.
Thanks
Offline
Pages: 1