Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
The Same Origin Policy will generally prevent you from doing this unless the target site sets a CORS header. See:
Same Origin Policy
https://en.wikipedia.org/wiki/Same-origin_policy
Your alternative is to use a proxy. One proxy you can use is the YQL (Yahoo Query Language) service along with the YQL jQuery Plugin:
Yahoo Query Language
https://developer.yahoo.com/yql/
jQuery YQL Plugin
https://github.com/hail2u/jquery.query-yql
This post may be helpful:
How to Use YQL with QuickBase
https://community.quickbase.com/quickbase/topics/how-do-you-use-yql-with-quickbase
Same Origin Policy
https://en.wikipedia.org/wiki/Same-origin_policy
Your alternative is to use a proxy. One proxy you can use is the YQL (Yahoo Query Language) service along with the YQL jQuery Plugin:
Yahoo Query Language
https://developer.yahoo.com/yql/
jQuery YQL Plugin
https://github.com/hail2u/jquery.query-yql
This post may be helpful:
How to Use YQL with QuickBase
https://community.quickbase.com/quickbase/topics/how-do-you-use-yql-with-quickbase