Hi,
When I try to access the REST API for Drools Workbench, it always returns 403 Forbidden.
The user is logged in and I know this because without the Authorization header it returns 401 Unauthorized.
The server it is running on is Wildfly 8.2.1.Final and the Drools Workbench version is 6.3.0.Final.
The same problem occurs when I try to do a POST request on the same URL.
I include the Accept header, the Authorization header. For POST requests I add the Content-Type header.
The Accept header and the Authorization header are both set to application/json.
The user that we try to use in the REST API to authenticate have all of the necessary roles, which are admin and kie-server.
Thanks,
Tomorr