#Api

Logic apps and CSRF token validation failed

Published at December 5, 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....


Extending BizTalk REST API

Published at May 6, 2020 ·  2 min read

Extending BizTalk REST API Some time ago I had a little experiment with management REST API introduced in BizTalk 2016 Feature Pack 1. I wanted to see if I could make some kind of web dashboard to have an overview of BTS without Admin Console. I soon realized that this REST API shipped with BizTalk couldn’t give me the info that I wanted. So I thought that I’ll try to make my own API to give me the data I needed....