Hi Gurus,
I am implementing a side-by-side extension case in which I have my RAP artifacts exposed as an OData v2 service with a custom action on the S/4 end, on the other end I have a CAP application on CF which should call the custom action.
I have managed to accomplish this by sending a HTTP POST request with the CSRF token and cookies in the request header using the executeHTTPRequest function from the Cloud SDK. The token and cookies are first retrieved by sending a GET request.
My question here is:
Thanks and best regards!