【发布时间】:2017-10-24 02:36:57
【问题描述】:
我正在使用基于令牌的身份验证从我的 .Net WebAPI 调用 netsuite restlets。 它一直运行良好,但从昨天开始,我开始在 Netsuite 沙盒上收到以下错误。我没有看到任何可能导致这种情况的代码更改。谁能指出我正确的方向?
System.Net.Http.HttpRequestException:发送请求时出错。 ---> System.Net.WebException:底层连接已关闭:发送时发生意外错误。 ---> System.IO.IOException: Unable to read data from the transport connection: 一个现有的连接被远程主机强行关闭。 ---> System.Net.Sockets.SocketException: 现有连接被远程主机强行关闭
【问题讨论】: