You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to retrieve the configuration for the live chat via the REST API, I get an incomplete header for the CORS headers in response. This leads to a CORS error in the browser on the client side if you request the endpoint via JS, for example.
The response header Access-Control-Allow-Origin: * is missing although the settings Enable CORS and CORS Origin=* are enabled in the configuration /admin/settings/General -> REST API
Steps to reproduce:
Enable CORS and CORS Origin=* are enabled in the configuration /admin/settings/General
Description:
When I try to retrieve the configuration for the live chat via the REST API, I get an incomplete header for the CORS headers in response. This leads to a CORS error in the browser on the client side if you request the endpoint via JS, for example.
The response header Access-Control-Allow-Origin: * is missing although the settings Enable CORS and CORS Origin=* are enabled in the configuration /admin/settings/General -> REST API
Steps to reproduce:
Expected behavior:
Required response header for CORS
Actual behavior:
one response header for CORS is missing
Server Setup Information:
Client Setup Information
Additional context
Relevant logs:
The text was updated successfully, but these errors were encountered: