HttpRequest fails on some computers, but not on others, Error: response ended prematurely
We have a .NET 6 application which makes requests to a third party API.
About a month ago, requests from most of our computers started failing. The error we get is:
HttpRequest fails on some computers, but not other – response ended prematurely
We have a .NET 6 application which makes requests to a third party API.
About a month ago, requests from most of our computers started failing. The error we get is “System.Net.Http.HttpRequestException: An error occurred while sending the request. —> System.IO.IOException: The response ended prematurely.”