gpt4 book ai didi

curl - 如何使用 cURL -XGET -d' {"query": "aaa"}' 之类的正文触发 Postman GET 请求

转载 作者:行者123 更新时间:2023-12-01 06:04:19 25 4
gpt4 key购买 nike

是否有任何解决方法可以将正文(JSON)放入 获取 Postman 中的请求(主体按钮在 GET 模式下被禁用)?
示例 cURL 请求(AFAIK 这是 ES 请求,可以用 POST 代替 - 但我有外部应用程序只接受 GET):

curl -XGET 'localhost:9200/_search?pretty' -H 'Content-Type: application/json' -d'
{
"query": {
"query_string" : {
"default_field" : "content",
"query" : "this AND that OR thus"
}
}
}
'

最佳答案

根据github上的讨论
https://github.com/postmanlabs/postman-app-support/issues/131
这不可能。
但在最后的评论中有一个希望:

A new Node.js based networking stack will be available soon that will help us add bodies for GET calls.

关于curl - 如何使用 cURL -XGET -d' {"query": "aaa"}' 之类的正文触发 Postman GET 请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41868086/

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