gpt4 book ai didi

javascript - 在 post 请求中向 API 发送 header 的问题

转载 作者:行者123 更新时间:2023-11-29 23:03:11 25 4
gpt4 key购买 nike

<分区>

我正在向 API 发出发布请求,但我看到的问题是授权 token 是在请求负载中发送的,而不是网络选项卡中的请求 header 。

const fetchData =(id,authToken)=>
axios
.post(`${APIUrl}/${id}/math`,{
headers:{
...getAuthHeaderWithContentType(authToken, "JSON")
}
})
.then(resp => (resp && resp.data ? resp.data : null));

header 应该出现在请求 header 中而不是请求负载中。

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