I'm porting an application (FIORI Elements v2 List Report) out of WebIDE into BAS. This is using a connection to an on premise gateway server. Every $batch request 403s with a reponse of "CSRF token validation failed"
On the request header, the csrf is there
x-csrf-token: 1zDBk6P2sJotQ96Hhyg7VQ==
on the 403 response header, it is set to "Required"
x-csrf-token: Required
Any ideas?