SAP Odata Service: 403, Response text: CSRF token validation failed

0
I can do a Get Entity with the SAP Odata connector but as soon as I try a CREATE I get: this error:   403, Response text: CSRF token validation failed   I heard about the possibility of CSRF Tokens causing the issue,  so I tried these steps I read about after creating a new business partner temp record   1) First I do a GET ENTITY .. I just grab some arbitrary entity.  2) I get the set-cookie response header  3) I get the CSRF token 4) I create a header where 'Cookie' = the set-cookie response header value 5) I create a header where 'x-csrf-token' = The CSRF Token value 6) I do a CREATE action   Same error. There's nothing I can do to get past this error. Does anyone have any ideas?
asked
1 answers
0

Even if the answer is to do a GETLIST early in the microflow... I DONT WANT TO. I should be able to do a create without having to do a pointless, unnecessary API call to return a record that I don't want to do. it just wastes time and resources.  I've tried doing a GETLIST and then immediatey doing a CREATE and I get the same error

answered