Malzinoti
Malzinoti

Reputation: 1

How can I use the invokeHttp processor with the Delete method in nifi?

I'm trying to use this processor by getting a token in a previous step, I can get this token, but when performing the invokehttp with the delete method passing this token, an error occurs:

validation of the CSRF token failed

I've tried a few ways: passing the cookie as a header attribute, passing the pure value of the token as a header, but it still hasn't worked Note: I'm trying to make this delete request to a standard SAP S/4HANA API https://api.sap.com/api/API_BUSINESS_PARTNER/resource/Identification

invokehttp part1

invokehttp part2

invokehttp part3

Upvotes: 0

Views: 26

Answers (0)

Related Questions