Hi @user62746
Could you please check https://stackoverflow.com/questions/41231438/why-is-http-options-request-insecure
To avoid triggering an OPTIONS (preflight) request, you can either use an AJAX request instead of the Fetch API, or implement a proxy pattern—this ensures the browser always send...