4 references to IsHostHeaderValid
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (2)
623
else if (!HttpUtilities.
IsHostHeaderValid
(hostText))
668
if (!HttpUtilities.
IsHostHeaderValid
(hostText))
Internal\Http2\Http2Stream.cs (1)
401
if (host.Count > 1 || !HttpUtilities.
IsHostHeaderValid
(hostText))
Internal\Http3\Http3Stream.cs (1)
1122
if (host.Count > 1 || !HttpUtilities.
IsHostHeaderValid
(hostText))