The customer receives a 403 Forbidden error when trying to use PUT/POST operations via the REST API Explorer. Their UI login is currently working.
Possible Solution: The documentation instructed them to whitelist the UI (<url-pattern>/ui/web.xml, which is why their login works, but the documentation missed the REST API endpoints.
The Fix: Instruct the customer to update their ca-nim-sm/WEB-INF/web. workaround to also whitelist the <url-pattern>/api/*</url-.
Their security-constraint
Once Tomcat is restarted, test thePUT and POST requests to the REST API.