System.Net.Http.HttpClient.SendAsync(request) stops after 30 sec for a POST method inside a docker container
A straightforward question, yet one that currently eludes me an answer. I'm attempting to make a request to my API from a basic console application, and the request takes more than 30 seconds to complete. Interestingly, when I execute the…