Hi @Andrew Pickles 

the above example doesn't work due to security restrictions in browsers which prevents retrieving data from another domain. Instead you have to fetch the data on server-side. An example is given on https://www.servicenow.com/community/developer-articles/3rd-party-integrations-into-service-portal-p... 

Maik