|
authenticationResponse = Uri.UnescapeDataString(authenticationResponse); |
Xml içindeki "+" karakterlerini boşluk olarak değiştiremiyor xmlDoc.LoadXml(xml) hata veriyor ve api'den gelen sonuç görüntülenemiyor. Aşağıdaki gibi değiştirilse daha sağlıklı olur mu?
authenticationResponse = System.Net.WebUtility.UrlDecode(authenticationResponse);
CP.VPOS/CP.VPOS/Integrations/Banks/KuveytTurk.cs
Line 211 in e4603fc
Xml içindeki "+" karakterlerini boşluk olarak değiştiremiyor xmlDoc.LoadXml(xml) hata veriyor ve api'den gelen sonuç görüntülenemiyor. Aşağıdaki gibi değiştirilse daha sağlıklı olur mu?
authenticationResponse = System.Net.WebUtility.UrlDecode(authenticationResponse);