❔ Is there any way to use a proxy with TestServer?

Looking at the integration/functional tests in the eShopOnContainers sample application https://github.com/dotnet-architecture/eShopOnContainers , is there any way to proxy traffic from the HttpClient to the TestServer? Since TestServer stuff is all happening in memory and not going over the network stack, I'm thinking there's not. But if there is someway to do it, I would like to know.
GitHub
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual St...
Was this page helpful?