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

[QUESTION] UseCertificateAuthorization: Mismatch between documentation and behavior #1428

Open
bart-vmware opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
Type/question Further information is requested

Comments

@bart-vmware
Copy link
Member

The UseCertificateAuthorization overload without parameters is documented as:

Sets ForwardedHeaders to <see cref="ForwardedHeaders.XForwardedProto" />.

But the implementation doesn't do so. It creates a new ForwardedHeadersOptions instance, whose ForwardedHeaders property defaults to None.

image

Either the code or the implementation is incorrect. What should it be?

@bart-vmware bart-vmware added the Type/question Further information is requested label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type/question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants