Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个逻辑应用程序,我正在尝试将标头从 HttpTrigger 传输到 Http 操作,即我正在尝试转发请求
如何将原始请求标头中的请求签名值获取到 Http 操作中?
您将需要一个 Parse json 步骤。这可用于从传入请求的标头中提取数据元素。
如图所示,将“内容”设置为标题。然后单击“使用示例有效负载”并以 JSON 形式粘贴您的标头。它将自动为您创建架构。然后在任何后续步骤中,您将能够使用标题中的字段。