I got this error after swithcing TRKD endpoint hostname from "api.rkd.reuters.com" to "api.rkd.refinitiv.com":
System.Net.WebException: The remote server returned an error: (403) Forbidden. System.ServiceModel.Security.MessageSecurityException: The HTTP request was forbidden with client authentication scheme 'Anonymous'. ---> System.Net.WebException: The remote server returned an error: (403) Forbidden. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
The new endpoint was tested successfully locally. What is the possible reason why it's failing on a server?