using (var client = new HttpClient())
{
var req = client.GetAsync("https://permid.org/1-55835312773?access-token=<token>&format=json-ld").Result;
Console.WriteLine(req.Content.ReadAsStringAsync().Result);
}
During this connection establishment only- We are getting below error message exception: