londonflour
❔ 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.
2 replies