Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
The essential question is if the API response includes the following header:
Access-Control-Allow-Origin: *
If this header is not set the Same Origin Policy will prevent you from accessing the API from QuickBase alone (you will have to use a server to proxy the response).
Access-Control-Allow-Origin: *
If this header is not set the Same Origin Policy will prevent you from accessing the API from QuickBase alone (you will have to use a server to proxy the response).