Hi,
I would like to write a javascript service to access the to download and
show tracks on a high resolution orienteering maps.
The Connect API seems seems to fit the purpose.
To do that I would like that the http://connect.garmin.com/proxy/activity-service-1.3 emits
CORS headers so that the browser will accept the api call.
So please emit this html header :
Access-Control-Allow-Origin: *
In this way I hope I can allow the user to login in the browser under Garmin Control and
afterwards the script running in the same browser can access his connect activities.
Otherwise I would have to write code to include the password in the url from my web server
and that would increase security threats.
Best regards
Olav Kvittem