Please check the type of change your PR introduces:
[X] Bugfix
[ ] Feature
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] Documentation content changes
[ ] Other (please describe):
What is the new behavior?
Fixed bug where some header values were not accepted by the .NET HttpClient when a reverse proxy was used. An example is the User-Agent value WordPress/6.2.2; http://localhost:8010.
Pull request type
Please check the type of change your PR introduces:
What is the new behavior?
User-Agent
valueWordPress/6.2.2; http://localhost:8010
.Does this introduce a breaking change?