How to get HTTP header fields into Decisions

How to get HTTP header fields into Decisions

Comments

  • [font=Roboto, Arial, Helvetica, sans-serif]Hi, We want to be able to pass a header field into our exposed Decisions APIs so we can use it add to headers of outgoing API calls that we make from that flow. This will allow us to tie all the related calls together into a single view in Azure monitoring, allowing us to see any performance bottlenecks and trace other issues. Is there a way to do this in Decisions? If not, is there any way to do it via the capabilities of IIS, or any other way? Thanks[/font]

  • [font=Roboto, Arial, Helvetica, sans-serif]There is a special Flow behavior for this. [/font][url=https://documentation.decisions.com/docs/post-to-flow-behavior]Post To Flow Handlers[/url][font=Roboto, Arial, Helvetica, sans-serif] are designed to be called by POST, record all call data sent to them, and provide that data including the requests headers along with the usual Flow Data and System Constants available to all other Flows.[/font]

Sign In or Register to comment.