Moderator
2 years, 7 months ago
#34485
::
Hi Roman,
the response from the REST service indicates that the CSRF token that you included in the POST call is not valid. This means that the CSRF token is either expired or malformed, or the REST service cannot find it because it needs to be sent via a different parameter name.
However, debugging this issue highly depends on the REST service that you are communicating with. If the REST service is a private service managed by your company, you could ask a colleague that has access to the service to help you debug this issue.
Or, you could use another REST client (like Postman) to execute the POST call and check if you get the same response from the REST service.