Hi,
how CSRF token handling works with OData sdk? Is there some configuration I have to turn on?
This is a very basic procedure I am trying to do.
ODataResponseSingle response = store.executeReadEntity("path", null);
ODataEntity entity = (ODataEntity) response.getPayload();
// modify entity
response = store.executeUpdateEntity(entity, null);
"CSRF token validation failed"