HI all,
I am trying to use "makeImageRequest" in my app, which generally works fine. Still there are 2 things that I require to be able to utilize it:
1. there is no way to add additional headers to the request. With "makeWebRequest" there is the ":headers" key that can be used to pass additional headers to the webserver. The same key does not work with "makeImageRequest". Is there a particular reason for it? My use case here is that I need to pass authentication credentials that are required.
2. SVG-support. I have found this post: makeImageRequest(): any chance to get support for SVG format? - Discussion - Connect IQ - Garmin Forums but there is no activity since 3 months. Is there hope that svg images will be supported? In fact those are easier to handle than binary formats (like png) in my opinion, as the ressource API already provides support for it. Why are we getting "404" error code when trying to request those image formats?
Thanks!