Skip to content

Looking for info/docs on using Brotli #1546

Answered by samsp-msft
mushu999 asked this question in Q&A
Discussion options

You must be logged in to vote

For communication between YARP and the calling client, YARP is essentially a piece of ASP.NET core middleware, so other middleware can be used as well, such as https://docs.microsoft.com/en-us/aspnet/core/performance/response-compression?view=aspnetcore-6.0. I think that will support Brotli.

NTLM/Kerberos is not supported by YARP for pass-through because its a connection-based authentication mechanism. YARP will try to re-use connections from the proxy to the destinations, and so you'd end up with requests on connections authenticated by a different user. #1098 has a bit more detail, and #166.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@samsp-msft
Comment options

Answer selected by samsp-msft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants