目前,我在Flurl上工作,我试图联系https中的一个API (我在我的实验室)。因此证书无效,Flurl无法继续工作:/Unhandled Exception: System.AggregateException: One or more errors occurredPOST https://IP/api/aaaLogin.json) ---> Flurl.Http.FlurlHttpException: Call failed.在<em
我正在使用,我想禁用一些API调用的AllowAutoRedirect。WebRequestHandler webRequestHandler = new WebRequestHandler();HttpClienthttpClient = new HttpClient(webRequestHandler);Task&l