gpt4 book ai didi

python - curl with POST 不工作,request.POST 为空

转载 作者:太空宇宙 更新时间:2023-11-04 01:17:04 25 4
gpt4 key购买 nike

我正在尝试使用以下方式发送带有一些 json 数据的发布请求:

curl --verbose -X POST -d @testfile.json http://oururl.com/someapi --header "Content-Type:application/json"

另一端的 View 显示为 request.POST.dict() —— 但是 request.POST 显示为空(尽管内容长度已设置)!我以前使用过这种方法,但从未发生过这种情况,无法弄清楚出了什么问题。

最佳答案

您正在发布 JSON。 request.POST 用于表单编码数据。

您应该访问 request.body 并通过 json.loads() 传递它。

关于python - curl with POST 不工作,request.POST 为空,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23747387/

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