If I have some Vue code that needs to call out to an API on another domain can I assume I am going to have CORS issues? Will I need to call a method on say a surface controller in Umbraco that will then call the API, server to server and return the JSON data to my Vue app?
CORS Umbraco page to API on another domain
If I have some Vue code that needs to call out to an API on another domain can I assume I am going to have CORS issues? Will I need to call a method on say a surface controller in Umbraco that will then call the API, server to server and return the JSON data to my Vue app?
is working on a reply...