11-28-2016 14:41
11-28-2016 14:41
Hi Devs,
just a thought I am seeing an array back like this :-
Array ( [badgeGradientEndColor] => B0DF2A [badgeGradientStartColor] => 00A550 [badgeType] => DAILY_STEPS [category] => Daily Steps [cheers] => Array ( ) [dateTime] => 2016-11-25 [description] => 5,000 steps in a day [earnedMessage] => Congrats on earning your first Boat Shoe badge! [encodedId] => 228TQ4 [image100px] => http://static0.fitbit.com/images/badges_new/100px/badge_daily_steps5k.png [image125px] => http://static0.fitbit.com/images/badges_new/125px/badge_daily_steps5k.png [image300px] => http://static0.fitbit.com/images/badges_new/300px/badge_daily_steps5k.png [image50px] => http://static0.fitbit.com/images/badges_new/badge_daily_steps5k.png [image75px] => http://static0.fitbit.com/images/badges_new/75px/badge_daily_steps5k.png [marketingDescription] => You've walked 5,000 steps And earned the Boat Shoe badge! [mobileDescription] => Congratulations on cruising your way to the first Fitbit daily step badge. [name] => Boat Shoe (5,000 steps in a day) [shareImage640px] => http://static0.fitbit.com/images/badges_new/386px/shareLocalized/en_US/badge_daily_steps5k.png [shareText] => I took 5,000 steps and earned the Boat Shoe badge! #Fitbit [shortDescription] => 5,000 steps [shortName] => Boat Shoe [timesAchieved] => 1 [value] => 5000 ) Key: 1; Value:
as you can see the array contains a resource that is using the http protocol however the resource was requested via https so on return the images become invaild as the client has connected via HTTPS ... any fix ?