Get on oslc query base returns 403 Forbidden from DNG
I've received 4 oslc query bases from the services.xml document identified in the Service Provider catalog returned from DNG (6.0.6.1). Three of these query bases work without issue. The fourth one, against the project area, returns 403 Forbidden. The response body also contains - CRRRS1602W The operation is forbidden.
The administrator can only tell me that I have Author permission.
Has anyone else seen this issue? Am I doing something wrong?
Accepted answer
I think Ian got it. My request was missing the configuration. I added it to the request url and I did get a response; however, it took over an hour. I'm a bit confused since the other oslc query bases did not require a configuration and did return appropriate information. I has assumed these were going to my local configuration.
Comments
3 other answers
There could be a number of things that cause a 403 error. This error can mean that you have a wrong value in the query or in the headers of the REST call. One way to find out what is happening is to look in the rm.log file on the DNG server. There may be an error logged that will specify what is wrong.
The administrator said he "cleaned up LQE" and my query base request started working without issue.
Comments
This error indicates that the server has determined that you are not allowed access to the thing you've requested, either on purpose or due to a misconfiguration . It's probably because the site owner has limited access to it and you don't have permission to view it. The vast majority of the time, there's not much you can do to fix things on your (*client) end. There are four common causes for 403 Forbidden error (server side) . Here they are listed from most likely to least likely:
- An empty website directory
- No index page
- Incorrect settings in the .htaccess file
- Permission / Ownership error
Comments
Ian Barnard
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Aug 27 '20, 9:54 a.m.