gpt4 book ai didi

rest - 如何抑制来自 CLI CURL 的请求输出的 header

转载 作者:行者123 更新时间:2023-12-03 13:42:36 24 4
gpt4 key购买 nike

有很多关于如何在请求 PHP 版本时防止 curl 显示 header 信息的信息,但对于 CLI 版本似乎没有。

我的请求是在表格中

curl -i -X POST -H 'Content-Type: application/json; charset=UTF-8' -H 'X-Accept: application/json' -H '-d '{"somedata":"12ihiuhihihed994f63dbef6b012b"}' https://myurl.com/v3/oauth/request

哪个有效,但返回这个:
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: application/json
Date: Wed, 27 Mar 2013 20:42:11 GMT
P3P: policyref="/w3c/p3p.xml", CP="ALL CURa ADMa DEVa OUR IND UNI COM NAV INT STA PRE"
Server: Apache/2.2.23 (Amazon)
Status: 200 OK
X-Powered-By: PHP/5.3.20
Content-Length: 54
Connection: keep-alive

{"code":"jkhjhhjhaa","state":null}

当我真正想要的是:
{"code":"jkhjhhjhaa","state":null}

最佳答案

只需删除 -i从您的 curl 切换命令。

man curl

说过 :

-i, --include
(HTTP) Include the HTTP-header in the output. The HTTP-header includes things like server-name, date of the document, HTTP-version and more...

关于rest - 如何抑制来自 CLI CURL 的请求输出的 header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15669050/

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