Nyzo techRelease notesNyzo 583: CORS for client API

Nyzo 583: CORS for client API

Nyzo version 583 (commit on GitHub) adds the Access-Control-Allow-Origin=* header to the client API endpoints to allow cross-origin access.

This version affects the API endpoints on the client only.

This version is due to a suggestion by a community member who opened an issue on GitHub. We appreciate the suggestion, and we consider our failure to implement this to be a mistake that detracted from the intended functionality of the API endpoints on the client.

In CommandEndpointApi.getResponse(), the Access-Control-Allow-Origin header is now set with a value of *.

RN_583 code 0

If you are disappointed by the brevity of these release notes, we invite you to revisit the release notes for version 476.