我想下载 JSON 信息
idHTTP := TIdHTTP.Create(nil);
JSON:=idHTTP.get('https://login.microsoftonline.com/common/.well-known/openid-configuration');
并出现错误
10054 对端重置连接
. 在浏览器中下载有效。
我该如何着手发现该问题?
我想下载 JSON 信息
idHTTP := TIdHTTP.Create(nil);
JSON:=idHTTP.get('https://login.microsoftonline.com/common/.well-known/openid-configuration');
并出现错误
10054 对端重置连接
. 在浏览器中下载有效。
我该如何着手发现该问题?