{
Credentials = new NetworkCredential(username, password)
};
using (var client = new HttpClient(handler))
{
_logger.LogInformation(/About to star sending requests/);
// Set the base address for the HttpClient
client.BaseAddress = new Uri(url);
client.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue(/application/json/));

Report
All responses (
Answers (