cancel
Showing results for 
Search instead for 
Did you mean: 

facing problem while running Rest uri

sai576
Champ on-the-rise
Champ on-the-rise
While running the rest uri from tomcat i get this response body .

"http://localhost:9090/activiti-rest/service/deployments" this uri i given in RestClient .


Response Body:
==============
Forbidden

Authentication is required

You can get technical details here.
Please continue your visit at our home page.

My port number is correct and in db.properties i given correct username,passowrd.I am using postgres .
2 REPLIES 2

trademak
Star Contributor
Star Contributor
You need to add basic authentication to your request. The username and password that you can use are kermit, kermit

Best regards,

jbarrez
Star Contributor
Star Contributor
This is HTTP 101, not related to Activiti.

It depends on your framework your using. But it boils down to setting a specific header in the HTTP request.