Replies: 2 comments 1 reply
-
Take a look at this |
Beta Was this translation helpful? Give feedback.
1 reply
-
PHP files themself set's headers. So you are duplicating something with your config.... It's server peroblems where lhc itself has nothing to do with your server setup :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, Does anyone have a problem with the access allow origin header setting? I'm set it as "*" the widget successfully shown, but the chat form seems missing, and when look at the console shows this error.
it is working if I set access-control-allow-origin = https://a.com but somehow I want to show my livehelperchat widget in multiple domain platform
Access to XMLHttpRequest at 'https://a.com/index.php/widgetrestapi/submitonline' from origin 'https://a.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
Beta Was this translation helpful? Give feedback.
All reactions