04-10-2019 22:39
04-10-2019 22:39
I am trying to send some data from companion app to my server and for that i am using the fetch api to send the data. Before hosting the server i need to check that the api calls are working fine for that i have set up a local server in the local network. But when i tried to call this from the companion app it is getting failed and i could see this message stating that we should use 'https' instead of 'http'. But it was working fine with http some times back. I am not sure that what happened ...!!!
Can anyone help to solve this issue, Please..
Best Answer04-11-2019 11:44
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
04-11-2019 11:44
I haven't tried it for a while, but if you're using a local IP address you might be able to use http://.
Best Answer04-16-2019 04:53
04-16-2019 04:53
Yes, i was able to use it till some days back but now it is showing an error that this should be https !!!
I am confused that why this is sowing like this..
Best Answer04-16-2019 13:59
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
04-16-2019 13:59
If you're using Android, I beleive it was changed a while back to match the iOS restrictions.
Best Answer04-16-2019 21:36
04-16-2019 21:36
Yes i am using an Android device. So it means that i wont be able to use the http further?
Best Answer04-17-2019 01:35
04-17-2019 01:35
Will the app accept a self-signed certificate for HTTPS or does it have to be traceable back to a root cert installed on the device?
Best Answer