I have an API post web method that tries to get the request body out using StreamReader ReadToEndAsync(). The majority of the time it works fine, however for ve
ReadToEndAsync()