Logic apps and CSRF token validation failed
Published at 05.12.2021 · 2 min read
Logic apps and CSRF token validation failed Tumbled up in a situation where I had to manipulate data in SAP C4C through Odata API. I started playing with the api with Postman and VSCode Rest Client and all looked good. I was able to fetch and update data. Following the developer guide I fetched the CSRF Token which is needed to update/insert/delete data and used it in Http PATCH call....