gpt4 book ai didi

azure - 在azure逻辑应用程序中如何将Cookie传递给Http请求

转载 作者:行者123 更新时间:2023-12-03 01:43:10 24 4
gpt4 key购买 nike

在 azure 逻辑应用程序中,通过调用第一个 Http 端点,我们需要获取 cookie 并将其传递到第二个端点。但是在传递第二个 API 时,我传入 header 并且它正在发送,但响应是错误的(文本/html)。

但是当我使用 postman 检查时,它工作正常,得到了 JSON(application/json) 格式的响应。

通过逻辑应用调用第二个API或端点后获取的 header 是:

    {
"statusCode": 200,
"headers": {
"Cache-Control": "no-store, must-revalidate, no-cache",
"X-Powered-By": "Undertow/1",
"Set-Cookie": "JSESSIONID=Ntu9NMCoekk56JveKceina3FCwgNJptU4EK0GOIz.s192-169-141-210; path=/StLightControl",
"Server": "WildFly/10",
"Pragma": "no-cache,no-cache",
"Date": "Tue, 12 Jun 2018 14:25:45 GMT",
"Connection": "keep-alive",
"Content-Length": "2585",
"Expires": "0,0",
"Content-Type": "text/html; charset=UTF-8"
}
}

最佳答案

“添加新参数”下拉列表允许您启用一个显示“Cookie”的复选框,使您能够输入 HTTP cookie(如果您愿意,可以从动态内容中输入)。您无法直接在下拉列表中输入值,因此在选中该复选框后将其关闭,并看到“身份验证”字段下方出现一个神奇的 Cookie 字段。

Cookie authentication in Logic App

更多信息可在此处找到:HowTo: Call an API with cookie authentication from a Logic App

关于azure - 在azure逻辑应用程序中如何将Cookie传递给Http请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50820027/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com