Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Variables comes either from one of the following

  1. Parent or Inbound Payload

  2. Form variables

  3. Response Headers

  4. Query params

Response Headers

Response headers is available from the parents call to the child call by usin {{responseHeaders.myHeader}}

Log example. Here we can see available variables like {{responseHeaders.Server}} which would resolve to cloudflare. or {{responseHeaders.X-Frame-Options}} which would resolve to SAMEORIGIN in the example above.

  • No labels