• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

HTTP请求是否处理了Tranfer-Encoding chunked

用户头像
it1352
帮助1

问题说明

 
$


我正在尝试使用HTTP请求通过我的网络挂钩发送json正文。我已经尝试过麻烦了,我认为这是因为我的应用程序使用transfert-type chunked,因此省略了内容长度。 



在这种情况下,我没有收到内容正文: 
$


Hi, 

I'm trying to use HTTP Request to send a json body through my web-hook. I've tried to troubelshoot, and I think it's because my application is using transfert-type chunked and hence omitting the content-lenght. 

In that case, I did not receive the content body : 

{
    "headers": {
        "Transfer-Encoding": "chunked",
        "Accept": "*/*",
        "Accept-Encoding": "gzip; q=1.0,deflate; q=0.6,identity; q=0.3",
        "Host": "prod-23.westus.logic.azure.com",
        "User-Agent": "AgentID,
        "X-Looker-Webhook-Token": "securitytoken",
        "X-Looker-Instance": "instanceid",
        "X-Looker-Webhook-Id": "webhookid",
        "Content-Type": "application/json",
        "Content-Length": "0"
    }
}

您是否知道在Logic App中使用HTTP请求触发器时我们如何处理这些情况?

Do you know how we handle those situations when using HTTP Request trigger in Logic App ?

正确答案

#1

不确定您是否阅读了以下文章:

Not sure if you have gone through the below article:

https://docs.microsoft.com/ en-us / azure / logic-apps / logic-apps-handle-large-messages#set-up-chunking-over-http

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhceafcg
系列文章
更多 icon
同类精品
更多 icon
继续加载