Hello. I was testing the dpsace 7.1 (just installed) and when I wanted to test the rest apis, I got a 403 error like the one you see on the screen and according to what I was reading it was because I needed to send it my CSRF token. Also check some emails that were sent by this group and it is mentioned that the CSRF token is returned to me in the first GET I make, but I don't know if the GET request must be successful for me to return it, because all the requests I make to me they return a 403 error.
On the other hand, I have some suspicions and doubts that are related to the authentication data. The username and password that I am using is the one that I create from the front when I log in with some generic credentials that appear in the dpsace demo. I did this since the account that creates me as administrator from cmd when installing the back end, does not allow me to log in. However, from the localhost: 4000 (front) using the credentials that I just created and with which I am trying to test the APIs I have no problem logging in manually.
I hope someone can help me.
By the way, I am new to this. Thank you very much in advance.
Bonus fact: I am trying to test the APIs from the postman. Would there be any problem in doing it as well as how to log in from there? Or do you recommend other tools like curl?