Reputation: 4565
I'm using openfire version 4.0.2 and had download and upload REST API plugin to my openfire server. It looks like the plugin has been successfully installed but not working, please refer to the screenshot below. I download the plugin from https://www.igniterealtime.org/projects/openfire/plugins.jsp. What i want to do is to call the rest api url in node application and be able to do CRUD on user account. I still not implement this in node application but trying to test the url using postman but the response return 404 as in the screenshot below.
Openfire plugins
Openfire server setting
Response from postman
Thanks for your help.
Upvotes: 0
Views: 982
Reputation: 4565
I found the solution. The url is wrong. The true url is http://x.x.x.x:9090/plugins/restapi/v1/users. No /api/.
Upvotes: 0