aspnet / Hosting

[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
Apache License 2.0
553 stars 312 forks source link

Ensure ClientHandler properly honors Host header #1483

Closed nulltoken closed 6 years ago

nulltoken commented 6 years ago

Fix #1481

From the http client standpoint, a manually set Host header should always be preferred over the one parsed from the request uri.

dnfclas commented 6 years ago

CLA assistant check
All CLA requirements met.

Tratcher commented 6 years ago

Thanks