REST service error

Hi,

I tried to access this link:
http://localhost:8080/myapp/rest/v2/oauth/token and I get this screen:

In app web-app.properties I have set:

   cuba.rest.client.id = client
   cuba.rest.client.secret={noop}secret

What is wrong?
Regards,
-n

Hello @neutrino

Please check related topic:

Regards,
Daniil

It works now.
I need to upgrade Cuba to 7.1 and install REST add-on. It’s mandatory to do this?
How should I proceed with the Cuba versions under 7?

Regards,
-n

Hello,

REST API functionality is extracted into separate addon in CUBA 7.1, so you have to install it.

All previous versions can be used as usual.

Regards

Thank you!
I manage to succeed to make a request from POSTMAN to Cuba (Post auth + Get (method x)).
But I want to send this request after a previously event from Cuba to another server (postman-echo, mock?) - for instance when I press a button in Cuba (send (post) a request to another server and change a flag).
How can I do this?

Regards,
-n