Hey everyone,
I’m working on a small google workspace project where I’m trying to connect google forms and Apps Script with an external quiz platform. While testing this, I used something like the (URL Removed by Staff) as a sample external source, and I ran into a few issues that I’m not sure how to handle properly.
The main problem is that when I try to fetch data from it using apps script or load it inside a Workspace web app, I keep getting blocked by cors, mixed-content warnings, or inconsistent response formats. Sometimes the page loads, but the quiz data doesn’t, which makes it hard to sync scores or user inputs back into google sheets or forms.
I’m curious if anyone here has dealt with connecting google workspace tools to third-party interactive platforms like this. Is there a recommended way to handle authentication, headers, or cross-domain requests so these kinds of integrations work more reliably?
Any advice or best practices would be greatly appreciated.