Hi everyone,
I’ve been working on a small cloud-hosted project and ran into a weird issue when pulling in external JavaScript files from gaming tools and script hubs. For example, I was testing something through delta execute that pulls content, and it behaves very differently depending on where it’s being loaded from.
When I run it locally everything seems fine, but once I move it into a cloud environment with stricter security and caching rules, the scripts sometimes fail to load, throw CORS errors, or get blocked by content security policies. It also seems like some dynamic resources from the site don’t like being cached or proxied.
I’m curious if anyone here has dealt with this kind of setup before. Is this usually caused by how the external site delivers its scripts, or by how cloud platforms and reverse proxies handle things like headers, MIME types, and cross-origin requests?
I’d love to hear how others approach integrating third-party scripts into more locked-down cloud environments without breaking functionality.