无法重定向到Fitbit OAuth2端点 [英] Unable to redirect to fitbit OAuth2 endpoint

查看:93
本文介绍了无法重定向到Fitbit OAuth2端点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试从Fitbit获得授权.当我使用Oauth2.0

I am trying to get authorize from Fitbit. when I use Oauth2.0

前端angular4

frontend angular4

getAuthFromFitbit() {
this.http.get(this.BASE_URL + "/fitbit").subscribe(res => {
  console.log(res.json());
});}

后端node.js

然后我遇到了这个问题:

then I got this problem:

推荐答案

在浏览器控制台中看到的错误是来自fitbit请求而不是服务器发出的.在您的情况下,在服务器上设置标头无济于事.

The error you see in the browser console is coming from a fitbit request, not from your server. Setting headers on your server will not help much in your case.

这篇关于无法重定向到Fitbit OAuth2端点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆