I have integrated my library into the client's website and need to set it up by providing a remote JSON file specific to the client's ID. What would be the most effective method for achieving this? Using ajax directly may not be ideal as we need to consider CORS restrictions, particularly for older browsers like IE where this could pose a problem. Appreciate any guidance on this matter. Thank you!