You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both `GET` and `POST` requests return the following response, indicating a **CORS error**:
1253
1253
1254
-
> Access to fetch at '[https://script.google.com/macros/s/\#\#\#/exec](https://script.google.com/macros/s/###/exec)' from origin 'https://\#\#\#script.googleusercontent.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
1254
+
> Access to fetch at '`https://script.google.com/macros/s/\#\#\#/exec`' from origin '`https://\#\#\#script.googleusercontent.com`' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Both `GET` and `POST` requests return the same response as Sample Script 1, indicating a **CORS error**:
1268
1268
1269
-
> Access to fetch at '[https://script.google.com/macros/s/\#\#\#/exec](https://script.google.com/macros/s/###/exec)' from origin 'https://\#\#\#script.googleusercontent.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
1269
+
> Access to fetch at '`https://script.google.com/macros/s/\#\#\#/exec`' from origin '`https://\#\#\#script.googleusercontent.com`' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
0 commit comments