Inlays Chat in external page
Summary
Config fileContent
Hi community,
Just wondering if anyone has tried to use the config.json file for chat in an external website? I am not able to load the resource because of CORS. I don't like to have different config files in different servers. Any advice would be greatly appreciated.
Thank you,
Kate
Cross Origin Resource Sharing (CORS) Consideration
If the web page that loads the inlay is not on the same core domain where the configuration file exists, it won’t work due to cross-domain traffic restrictions. Modern browsers won't allow the loader to reach across to another domain for the configuration file unless that other domain says it is OK.
0