Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTTP.sys Does not work from the global network
#11
When trying to Add Default Binding=false, the system requires filling in the VirtualHostNames field.

I specify:
VirtualHostNames = region-tail.ru
URLBase = /MyBase1/

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

In the local network, it works (http://localhost/MyBase1/)
From the external network not available (http://region-tail.ru/MyBase1/)
Reply


Messages In This Thread
RE: HTTP.sys Does not work from the global network - by Сергей Александрович - 08-20-2021, 02:13 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)