You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation is perhaps overly simplified... Yes, this method does create a new ForwardedHeadersOptions where no headers are forwarded, but those options are passed straight into the other method which calls options.ForwardedHeaders |= ForwardedHeaders.XForwardedProto, so it is effectively correct.
The
UseCertificateAuthorization
overload without parameters is documented as:But the implementation doesn't do so. It creates a new
ForwardedHeadersOptions
instance, whoseForwardedHeaders
property defaults toNone
.Either the code or the implementation is incorrect. What should it be?
The text was updated successfully, but these errors were encountered: