Skip to main content

Groovy Script

Explanation

This script:
  1. JSON Parse Operation: Parses the incoming response (responseBodyTextToClient) in JSON format.
  2. Mask Function: Masks the middle characters with * while preserving the first and last characters of the given string.
  3. Data Processing: Loops through the data array in JSON and masks the ADI, SOYADI, and NUMARA fields of each element.
  4. Result: Converts the processed JSON back to string format and returns it as a response.
This approach ensures that sensitive data is transmitted securely.
This script should be run on the response line (Response Policy) because it uses the responseBodyTextToClient variable.