04-20-2016 14:17
04-20-2016 14:17
I am redirecting to
"https://www.fitbit.com/oauth2/authorize? ..."
but I still see this message when I reach the link above, why is this?
Answered! Go to the Best Answer.
04-20-2016 14:24
04-20-2016 14:24
Because your application's redirect_uri is http, not https.
04-20-2016 14:24
04-20-2016 14:24
Because your application's redirect_uri is http, not https.
04-20-2016 15:55
04-20-2016 15:55
So if I change the value from http to https it should remove that message? Even if my router will redirect https to http ?
04-20-2016 16:49
04-20-2016 16:49
Yes, that would remove the warning message, but you really should use HTTPS to protect your users.