RAM OSLC REST: Basic authentication not working with RAM.
I am trying to get the Services Catalog using the REST API with basic authentication. But it is not working.
If I use REST Client on Google Chrome after logging in from the same browser, I get the complete catalog including the communities. But if I log out and use the Authorize header and send a basic authentication, it is not working.
I am sending a GET request to http://server:port/oslc/servicesCatalog and I do not get the complete catalog. What I get is a response for anonymous query. So, I feel the authentication is not happening.
If I use REST Client on Google Chrome after logging in from the same browser, I get the complete catalog including the communities. But if I log out and use the Authorize header and send a basic authentication, it is not working.
Can someone help me?
I am also writing c# code to do the same, but it is not working.