just a shot in the dark but try
request.Headers.Authorization = new AuthenticationHeaderValue(“Bearer”, authorizationHeader);
instead of your code to add the header
just a shot in the dark but try
request.Headers.Authorization = new AuthenticationHeaderValue(“Bearer”, authorizationHeader);
instead of your code to add the header