cancel
Showing results for 
Search instead for 
Did you mean: 

activiti-rest 5.11 get fails with 403 kermit/kermit

tamirsa
Champ in-the-making
Champ in-the-making
i can login to explorer app with kermit/kermit, no problem here.
but cant use it for activiti-rest get.

am using chrome's rest console…
as you can see here:
Request Body:

Request Url: http://localhost/activiti-rest/service/process-engine
Request Method: GET
Status Code: 403
Params: {}


Request Header (kermit/kermit)
Accept:
Authorization: Basic a2VybWl0Omtlcm1pdA==
Connection: keep-alive
Content-Type: application/xml
Origin: chrome-extension: //rest-console-id
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17


NOTE: tried with curl with same results…
$ curl –user kermit:kermit http://localhost:8080/activiti-rest/service/process-engine<html>

<head>
   <title>Status page</title>
</head>
<body style="font-family: sans-serif;">
<p>Authentication is required</p>
<p>You can get technical details <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4">here</a>.<br>
Please continue your visit at our <a href="/">home page</a>.
</p>
</body>
</html>
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Is your rest war pointing to the same database?

Cause the same error hit me too, and my rest war was pointing to another database than the explorer app. (note, in memory H2 doesn't work, you will need a tcp H2 to point to the exact same database)
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.