Submitting the action request content in encrypted form
An alternate to registering the data transform is to encrypt the submitted action request content. The developer can write code in a non-auto section or html fragment and include it in the harness
To ensure the action request content is submitted in encrypted form, complete the following procedure:
- Use the rule utility function
pega_rules_utilities.pzEncryptURLActionString
to encrypt the action. This function requires parameters in the following format: pega_rules_utilities.pzEncryptURLActionString(tools, "Thread",pyActivity=activityName¶m1=value1¶m2=value2") - Enter a code snippet.
- Click Save.
Previous topic Registering the action and preventing the security alert Next topic Configuring the custom control by encrypting the URL in JavaScript