I am trying to make a call to Riak cluster using a web service. I have observed that Riak web console is using http://localhost:8098/admin/cluster to make calls to the Riak. The problem is that when I try to execute a PUT command from Postman to http://localhost:8098/admin/cluster I have a 403 error message.
Does anybody confronted with this issue ?