我在 SAP Cloud Platform 上有一个应用程序,它使用 SAP Cloud SDK JavaScript(版本 1.11.3)与具有相应云连接器的 OnPremise 目标进行通信。当目标和云连接器上的属性“位置 ID”为空时,请求工作正常。
但是,当指定位置 ID 的值(在目标和云连接器上)时,只有 GET 请求有效。
其他请求(例如 PATCH、POST)失败并显示以下错误消息:
ERR Destination did not return a CSRF token.
This may cause a failure when sending the OData request.
ERR CSRF header response does not include cookies.
...
ERR Error: Create request failed!
...
ERR Caused by:
ERR Error: post request failed!
...
ERR Caused by:
ERR Error: Request failed with status code 403
使用 SAP Cloud SDK for Java 时不会发生这种情况。
我错过了什么吗?我应该手动设置“x-csrf-token”标头吗?