Hi,In our lower environments, we would like to restrict the SMSes from being sent to unauthorized number. Is there a way I can force/implement that whitelist in ACC?One solution I can think of is to add a typology rule that checks for specific phone numbers. Wondering if there is any other standard/...
Hi,I have been trying to make a call to a JSSP from the JS code for decrypting a string. The URL looks like this: http://localhost:8080/test/decrypt.jsspWhen executed this code, as expected JS code complained about localhost not being present in the allowed list of domains for making external call....
Actually i like this idea and tried to implement it. However, when tried to execute a localhost call, ACC complained about localhost not present in allowed list of URLs. I tried to add localhost through the control panel but the regex prevented me. I tried to whitelist the server name ending with .a...
Hi,I am trying to connect to a third party service and download files as part of a technical workflow. However, when I tried to use the password from external account, I ended up learning that decryptPassword() can only be used in JSSP and SOAP calls.How can I avoid hardcoding passwords in the workf...