HostFilteringOptions.AllowEmptyHosts 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.
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.