Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Proxy-Support check to be case insensitive #61446

Merged
merged 2 commits into from
Nov 23, 2021

Commits on Nov 11, 2021

  1. Update Proxy-Support check to be case insensitive

    RFC4559 does not specify that the Proxy-Support header value used to
    determine if the proxy server will honour client server authentication
    integrity is case sensitive. Updating the check to be case insensitive
    to prevent failures when value is supplied using differences in case.
    
    Fix dotnet#61414
    ChrisFWood committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    e65d63b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Configuration menu
    Copy the full SHA
    e4d20f5 View commit details
    Browse the repository at this point in the history