umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.36k stars 2.64k forks source link

Make GetHeaderValue support HttpContext unavailable #16654

Closed bergmania closed 3 days ago

bergmania commented 4 days ago

Description

Makes the GetHeaderValue tolerant to work, when http context is not available. Now it just returns null.

Fixes #16638

Zeegaan commented 3 days ago

Looks good, tests good 🚀