Question
Lloyds Banking Group PLC
GB
Last activity: 5 May 2021 18:03 EDT
Pega DX API Converts Special Characters into HTML entities
Hi, I'm using Pega API v1, and invoking api/v1/cases/{ID}/actions/{actionID}
For a few fields in section, special characters have been configured.
For example, Text - "You'll usually find this information in your terms and conditions." is being converted as "You'll usually find this information in your terms and conditions." in API response.
I found below article, I copied pyDXAPIEncodeValues
application setting into app branch rule set and updated everything false. It didn't work.
Any suggestions to resolve this? Thank you.