TechnikEmpire / CitadelCore

Cross platform filtering HTTP/S proxy based on .NET Standard 2.0.
Mozilla Public License 2.0
41 stars 15 forks source link

Stop nagging the warning log with issues about failing to add headers #54

Closed TechnikEmpire closed 6 years ago

TechnikEmpire commented 6 years ago

These issues always arise from the way that .NET splits headers up into different, typed containers in HttpWebRequest/Response but not in ASP.NET request and response objects.