Hi,
I'm trying to consume the InReach Feed APi via a web app, but I'm unable to request the KML file via JavaScript, as the Garmin servers don't set a CORS header. Is this something that would be possible to add?
As a work-around, I can locally fetch the KML file every 10 mins on my web server, and the web clients request my local copy instead.