You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to call Cybersource Rest Api via Azure Api Management to meet security and complaince requirements. Unfortunately I run into some issues:
I' m not able to set RestClient Url to Api Management endpoint independently of RunEnviroment setting.
I'm not able to modify the Host header independently of RunEnviroment setting to establish ssl connection.
When I set the value of RunEnvironemnt to Azure Api Management endpoint then it is possilbe to connect to APIM but, Cybersource refuses a request becasue of inccorrect value of Signature header
There is a possibility to initialize RestClient with a custom url, however in ApiClient.CallAuthtenticationHeaders the RestClient property is recreated:
I'm trying to call Cybersource Rest Api via Azure Api Management to meet security and complaince requirements. Unfortunately I run into some issues:
There is a possibility to initialize RestClient with a custom url, however in ApiClient.CallAuthtenticationHeaders the RestClient property is recreated:
ApiClient.cs:
In above code merchantConfig.HostName points to RunEnvironement setting.
The text was updated successfully, but these errors were encountered: