March 13, 2022 at 12:35 PM #1 Hello To support and edit xml files: Do I put virtual tour data files on the client site and XML files on my site?
March 15, 2022 at 2:44 PM #2 Hi,that's fully up to you - you can place all files anywhere you want.Each file could be on a different server if you want ;-).But for cross-origin/cross-domain access just make sure to setup CORS correctly on the server to allow the access:https://enable-cors.org/server.htmlBest regards,Klaus