We couldn't get the server details from hetzners cloud server using hetzner cloud-api-net. #5
Description
We couldn't get the server details from hetzners cloud server using hetzner cloud-api-net.
We are trying to get the servers since last week. But couldn't do it. Here I had attached the screenshots for your reference. I had followed by the below steps to get the server details. Finally, my request is terminated in one method without any response. Please give any suggestion or solution for me.
Step 1:
Step 2:
Above request is going to the GetAsync method in Server.cs. There is a call for SendRequest method in this method.
string responseContent = await ApiCore.SendRequest(url);
Step 3:
Finally, my request is terminated in the following highlighted code.
Above method didn't return any values. the request goes for the GetStringAsync method, at this time request was terminated. Please help me. I'm in a critical situation. Please check and find the solution for my issue.