Getting CORS error on JS Ajax API call on AEM frontend
Hi everyone,
I am getting this error while calling the API by using js Ajax.
Access to XMLHttpRequest at 'third party API url' from origin 'origin url' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I have connected with the backend team but they don’t have any cors configuration and suggested me to check from my side.
How can I fix this from AEM side?

