Share via


HostFilteringOptions.AllowEmptyHosts Property

Definition

Indicates if requests without hosts are allowed. The default is true.

public:
 property bool AllowEmptyHosts { bool get(); void set(bool value); };
public bool AllowEmptyHosts { get; set; }
member this.AllowEmptyHosts : bool with get, set
Public Property AllowEmptyHosts As Boolean

Property Value

Remarks

HTTP/1.0 does not require a host header. Http/1.1 requires a host header, but says the value may be empty.

Applies to