Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTTP.sys Does not work from the global network
#4
Ok, so seems that it is the registration of the external network interface address.

How's your ServerController.HttpSysOptions?

You can try to register the external interface explicitly via ServerController.OnBind. Try something like this:

procedure TIWServerController.IWServerControllerBaseBind(const aHttpBindings,
aHttpsBindings: TStrings);
begin
aHttpBindings.Add('http://46.191.248.132/MyBase1/');
end;

See how it behaves
Reply


Messages In This Thread
RE: HTTP.sys Does not work from the global network - by Alexandre Machado - 08-18-2021, 09:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)