Good day, I'm trying to develop an app that is going to fetch data from my forum using the built-in API, I'm developing this app in my local environment using Angular but when trying to request data from the API I get the "No 'Access-Control-Allow-Origin' header is present on the requested resource" error.
I wonder if there is an option or what can I do to enable CORS for this API? I need this because I'm going to use the app on some different websites.
Thanks in advance.
I wonder if there is an option or what can I do to enable CORS for this API? I need this because I'm going to use the app on some different websites.
Thanks in advance.