DevUIOptions.AllowRemoteAccess Property

Definition

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.

Applies to