facing problem while running Rest uri
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2013 06:33 AM
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 .
"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 .
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2013 07:20 AM
You need to add basic authentication to your request. The username and password that you can use are kermit, kermit
Best regards,
Best regards,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2013 08:21 AM
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.
It depends on your framework your using. But it boils down to setting a specific header in the HTTP request.
