Chris Ross

Results 446 comments of Chris Ross

@MihaZupan @samsp-msft This sounds similar to other recent requests, is there an issue that covers this?

> The problem is that I cannot make this overload myself, because it requires the DirectForwardingHttpClientProvider class, that is internal sealed, so I cannot access it DirectForwardingHttpClientProvider only caches the...

Can you give an example implementation of TRequestForwarderType?

> We need to be able to dynamically determine which customer goes to what backend service. There are easier ways to do this, you don't need transforms. Try this: ```C#...

The transformer isn't even normally in the DI container, its lifetime is managed by the caller. E.g. when we load routes from config then there's a separate transformer built for...

YARP is a pretty flexible system, I just wanted to make sure you're using the APIs that best suit your needs. Using the forwarder does give you the most flexibility....

`Host` should be `Hosts`. https://microsoft.github.io/reverse-proxy/articles/config-files.html Also, the Hosts field matches the incoming host header, it does not specify the outgoing destination.

Ah, we modified the custom content object to delay capturing the request body stream for cases like this, but that only works if we thought there was a body to...

Duplicate? What more are you hoping for here beyond the Katana discussion?

This is currently in our backlog milestone, out of scope for our initial release. The items we're actively working on are in the 1.0.0 [milestones](https://github.com/microsoft/reverse-proxy/milestones).