CSRF error REST connection to 3rd party
When connecting to our SAP system I'm required to retrieve a token which I do with a GET method. I then extract the token and pass it to the POST method in the header along with the payload in the body. The SAP systems return a 403 error
The orchestration is quite simple
On the SAP side we can see that the token is received with the POST action.
Doing the same with Postman (GET token, POST payload) works, so we are guessing, something on AIS cookies changes between the 2 actions.
I need help in order to tell our CNC what to look for. Any cookie persistence setting? Any sessionID setting?