Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/27/2024 01:32 AM - last edited on 08/27/2024 02:28 AM by Sunil
Hi All,
We are getting following error when we update CreateAccountJson
09/02/2024 10:00 PM
It sounds like you're encountering an error message related to an operation being blocked due to the presence of a value that resembles a script.
1. Ensure that the value you're entering doesn't contain any special characters or script-like content. This includes symbols such as <, >, or &, which can be interpreted as part of a script.
2. Ensure that special characters in the httpParams value are properly escaped.
3. Ensure that your JSON is correctly structured. Specifically, ensure that all quotes are properly escaped, and the JSON syntax is valid.
4. Please try to pass less number of arguments (only bare minimum needed) in httpParams, so that you can confirm which part of the argument is causing the problem.