We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 159b131 + a105c75 commit e16ae1eCopy full SHA for e16ae1e
1 file changed
Bandwidth.Iris/Client.cs
@@ -71,6 +71,7 @@ private HttpClient CreateHttpClient()
71
new AuthenticationHeaderValue("Basic",
72
Convert.ToBase64String(Encoding.UTF8.GetBytes(string.Format("{0}:{1}", _userName, _password))));
73
client.DefaultRequestHeaders.Add("User-Agent", USER_AGENT);
74
+ client.DefaultRequestHeaders.Add("Accept", "application/xml");
75
return client;
76
}
77
0 commit comments