I am having some inconsistent results when getting agents by pool id and I'd like to confirm what the web request/response objects look like. Is there a way to configure the http client to send the traffic through fiddler to see the request/responses?
I am having some inconsistent results when getting agents by pool id and I'd like to confirm what the web request/response objects look like. Is there a way to configure the http client to send the traffic through fiddler to see the request/responses?
List<TaskAgent> agents = await _taskAgentClient.GetAgentsAsync(agentPoolId);