Table of Contents

TCustomHttpSysServer.KeepHostInUrlPrefixes Property

Indicates whether the host name of each module base URI is kept when building the HTTP.sys URL prefixes.

Remarks

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 URI host is used verbatim, restricting the prefix to that host.

Syntax

Unit: Sparkle.HttpSys.Server

property TCustomHttpSysServer.KeepHostInUrlPrefixes: Boolean

See also