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?
↧