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