使用 rapidapi 时出现 401 Unauthorized 错误,这里是 api doc 的截图

Posted

技术标签:

【中文标题】使用 rapidapi 时出现 401 Unauthorized 错误,这里是 api doc 的截图【英文标题】:get 401 Unauthorized erro when using rapid api and here are the screenshot of api doc 【发布时间】:2021-03-23 12:57:34 【问题描述】:

这是我调用 api 的代码:

apiBaseURL=$environment.baseUrl

构造函数(私有 http: HttpClient)

getTeams()

let authToken = 
  "x-rapidapi-key": "ba0a665d73msh8c54a216ac1d6c5p1f80c4jsn312950ace3e0",
  "x-rapidapi-host": "api-football-v1.p.rapidapi.com"

const reqHeader = new HttpHeaders(
  'Content-Type': 'application/json',
  'Authorization': `Bearer $authToken`
)

return this.http.get('https://api-football- 
v1.p.rapidapi.com/v2/teams/team/33', headers: reqHeader )

【问题讨论】:

【参考方案1】:

使用前请务必在 RapidAPI Hub 上订阅 API。这可能是您收到 401 未授权响应的可能原因。

如果订阅成功后错误仍然存​​在,请尝试添加 x-rapidapi-keyx-rapidapi-host 作为自定义标头。

【讨论】:

以上是关于使用 rapidapi 时出现 401 Unauthorized 错误,这里是 api doc 的截图的主要内容,如果未能解决你的问题,请参考以下文章

使用 Tweepy 检索 Twitter 数据时出现 401 错误

使用 Axios 和 Firebase 时出现 401 未经授权的错误

尝试使用 jwt 从反应登录 api 时出现 401 状态

使用 httr get 时出现错误 401

尝试访问 REST API 时出现 401(未授权)

使用 Auth Headers 发送 axios get 请求时出现 401 错误