Hi all,
I'm creating some Media items using the REST API and I am getting 403 errors. After some troubleshooting I found that I could reproduce the issue by having a link in the content body, like <a href="">https://google.com">Click me</a>
. The issue is resolved by removing the link, or even just removing the `href` value, like this <a href="">Click me</a>
.
The interesting part of all of this, is that if you create the content via the UI it works fine,
I've worked with a lot of Verint deployments in the past few years, and I haven't seen this one before. Does anyone know of some setting that would cause this behavior?