gpt4 book ai didi

curl - 如何使用Curl命令在 header 中传递 “Content-Length”值

转载 作者:行者123 更新时间:2023-12-03 12:37:53 38 4
gpt4 key购买 nike

我如何通过内容长度例如。 curl命令中的--header Content-Length:1000
我在命令中这样使用它,但是没有用

curl -v -X POST -u "xxx@gmail.com:xxx123" \ 
--header "Content-Length: 1000" \
--header "Content-Type: multipart/mixed" \
--header "X-REQUEST-ID:7fc7d038-4306-4fc5-89c3-7ac8a12a30d0" \
-F "request={\"bumId\":\"d51f2978-5ce8-4c71-8503-b0ca438741dd\",\"fileType\":\"imageFile\"};type=application/json" \
-F "file=@D:/file.pdf" \
"http://localhost:9090/pro/v1/files"

此命令将文件发布到使用Jersey Java开发的Web服务

最佳答案

使用-d ""会导致CURL发送Content-Length: 0

关于curl - 如何使用Curl命令在 header 中传递 “Content-Length”值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33492178/

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