DevUIOptions.AllowRemoteAccess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether DevUI may be served to
non-loopback callers. Defaults to false.
public bool AllowRemoteAccess { get; set; }
member this.AllowRemoteAccess : bool with get, set
Public Property AllowRemoteAccess As Boolean
Property Value
Remarks
When false, any request whose RemoteIpAddress is not a loopback address (or is missing) is rejected with HTTP 403 before reaching the DevUI handlers. Enable only when the host is responsible for fronting DevUI with its own authentication, network policy, or both.