Hi Everyone,
We are working on an integration between ArcGIS Utility Network and SAp using FME to connect with SAP via their Odata services and Integration Suite.
We have successfully used Get calls from FME desktop to fetch a token and get information about an asset.
When we switch using a POST call to create a new asset we get a response error of “HTTP/1.1 403 Forbidden” and response body “CSRF token validation failed”
The calls we are using have been successful from postman through integration suite.
I have attached the workbench containing the current settings and the latest log file.
Any insight i why this would work for GET calls and not for POST calls