The interactive console of the Developer portal makes client-side API requests directly from the browser, this requires Cross-Origin Resource Sharing (CORS) enabled on the server.

You can enable it by adding a CORS policy on your API(s). Learn more