gpt4 book ai didi

reactjs - 如何在 axios 中使用基于 token 的身份验证并使用react

转载 作者:行者123 更新时间:2023-12-02 08:01:50 25 4
gpt4 key购买 nike

出现 401 错误(无效或未提供访问 token ),如何使用 axios 正确传递 token ,这是我的代码 &API 文档:https://trefle.io

enter image description here

最佳答案

这完全取决于您的 API 如何设置以使用 token 。一般来说,虽然您可以通过 axios 中的 headers 属性传入 token 。

axios.get("https://trefle.io//api/plants/${id}", {
headers: {
Authorization : yourtoken
}
})

关于reactjs - 如何在 axios 中使用基于 token 的身份验证并使用react,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56311549/

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