TSparkleHttpSysDispatcher.KeepHostInUrlPrefixes Property
Indicates whether the host name of each module base URL is kept when building the HTTP.sys URL prefixes.
Remarks
This property is equivalent to HttpSys.KeepHostInUrlPrefixes: reading and writing it reads and writes the property of the underlying HTTP.sys server, so setting it at design time or at runtime configures the server automatically.
When False (the default), the host is replaced by the + wildcard, so the server accepts requests addressed to any host name on the module port. When True, the module base URL host is used verbatim, restricting the prefix to that host, which is useful when different applications must serve different host names on the same port.
Syntax
Unit: Sparkle.Comp.HttpSysDispatcher
property TSparkleHttpSysDispatcher.KeepHostInUrlPrefixes: Boolean