Hi All,
I have created the custom connector to call SAP Odata service to create order in SAP, however I am getting "CSRF token validation failed" error. also created Policies to solve this issue, and I tried HTTP connector POST request. but no luck.
I could fetch CSRF token and Cookies (I replaced ',' to ';') from previous GET request and trying to pass it to subsequent POST request. Though I could see it as input, but API returns with a message 403 and CSRF token validation failed. The same works with POSTMAN.
I connected with MS team, but the team is saying this is an unsupported scenario.
Any suggestions. ( I am trying to connect to SAP on-premise).