If I set up some javascript on a web site to query an API on a different domain and display some information retrieved using a GET request that returns some json, will that work?
Or is my browser going to stop it from working because of cross-domain scripting restrictions? 🤔