Hi developers,
I am working on a widget that calls a server for some JSON data. I have the server running fine, and have confirmed that it delivers the expected JSON for that particular request. Also, the widget uses other server calls that all work fine and return OK. Now, for this particular request I get the response code "-403", but it is not documented in the API Docs (https://developer.garmin.com/downloa...nications.html), so I am kind of stuck on what this code means and how I could resolve the communications issue. Does anyone know what communications response code -403 means?
Edit: Widget is running in sim on my Windows pc, communicating with REST server on localhost.
Thanks!