Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Data caching and CORs

Discussion in 'Web' started by monark, Aug 6, 2020.

  1. monark

    monark

    Joined:
    May 2, 2008
    Posts:
    1,595
    We've run into an issue using data caching where our application is on an S3 bucket but launched from a site hosted elsewhere.
    We have CORs all setup for the server so that the application will launch with data caching turned off, but with it on once the unityweb data is cached into indexdb it will no longer load.

    Is there anyway to get this to work?