Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/22/2024 11:08 PM - last edited on 08/23/2024 08:33 AM by Sunil
Solved! Go to Solution.
08/22/2024 11:14 PM
Hello @GPS ,
Could you try this below Config?
We need to replace those characters when passing the data.
${encodeURIComponent(entitlementValue.entitlementID)} ${org.apache.commons.lang.StringEscapeUtils.escapeJava(entitlementValue.entitlementID)} ${URLEncoder.encode(entitlementValue.entitlementID, \"UTF-8\").replace(\"+\", \"%20\")} ${entitlementValue.entitlementID.replace(" ", "%20")}
08/22/2024 11:17 PM
Hi @GPS is it working fine from postaman?
It it is related to space use %20
Sample
${entitlementValue.entitlementID.replace('','%20')
08/23/2024 07:54 AM
Refer
Your solution
https://XXXXXXX/rightAngle/PFJ/CustomServices/PFJSecurityService.asmx/AddEntitlementToUser?usergroup..., 'UTF-8').replace('+', '%20')}