Forum

Jennifer Häfner
Moderator
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
    Has successfully completed the online course Advanced (310)
    Has successfully completed the online course Advanced (320)
    Has successfully completed the Intermediate Certification
    Has successfully completed the Advanced Certification
2 years, 7 months ago #34485
Up
0
Down
::

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.