Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

"Warning! This app is not using HTTPS to securely obtain your permission."

ANSWERED

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? 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Because your application's redirect_uri is http, not https.

View best answer in original post

Best Answer
0 Votes
3 REPLIES 3

Because your application's redirect_uri is http, not https.

Best Answer
0 Votes

So if I change the value from http to https it should remove that message? Even if my router will redirect https to http ? 

Best Answer
0 Votes

Yes, that would remove the warning message, but you really should use HTTPS to protect your users.

Best Answer
0 Votes