Dynamics HttpClient call never succeeds
问题 I am developing a business central control add in where I need to call external web services. For this, I am using the HttpClient class in AL but no call succeeds. if not Client.Get('https://google.com', Response) then begin responseText := Response.ReasonPhrase(); Message(responseText); Error('didnt work'); end; It takes about 2.5-3 Minutes to finish the call. ResponseText is ' OK ' and HttpStatusCode is ' 200 ' but the call always fails and goes into error handling block. Reading the