gpt4 book ai didi

Twilio Studio HTTP 发布请求 header

转载 作者:行者123 更新时间:2023-12-05 03:59:33 26 4
gpt4 key购买 nike

我正在尝试使用 Http Request Widget,内容类型 - application/json。我没有看到添加请求 header 以提供 token 的选项。此 .Net 代码获得成功响应:

        string str = "Hello Webservice";
string url = "https://website.com/webserviceurl.php";
HttpClient httpClient = new HttpClient();

httpClient.DefaultRequestHeaders.Add("token", "xxxx");
HttpResponseMessage response = await httpClient.PostAsync(url, new StringContent(str));

在 Twilio Studio 中,我尝试将内容类型设置为形成 url 编码,以便我可以将我的 token 添加为参数,但这没有用。我收到了 500 条回复。

有人做过吗?我已经联系了 Twilio 支持人员,但我想我在这里可能会很幸运。谢谢

最佳答案

看起来我没有正确搜索,因为答案在这里:

twilio studio does not allow headers in http requests if the body is JSON

关于Twilio Studio HTTP 发布请求 header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57113249/

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