Add support for Kestrel return non-ASCII headers in response #26334
Labels
affected-few
This issue impacts only small number of customers
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
severity-minor
This label is used by an internal tool
Milestone
Describe the bug
When I try to create a reverse proxy using asp.net core with the library reverse-proxy for my blog, which has the following response header:
It throws an expectation,
InvalidOperationException: Invalid non-ASCII or control character in header: 0x00E2
😂😂😂To Reproduce
Set any non-ASCII header in the response.
Exceptions (if any)
InvalidOperationException: Invalid non-ASCII or control character in header: 0x00E2
Further technical details
The text was updated successfully, but these errors were encountered: