Hi there,
I’m running into some CORS issues when attempting to implement ads through Monumetric.
I added the access-control-allow-origin header at my origin, however when I view my page I’m receiving a CORS error like this:
Access to XMLHttpRequest at 'https://api.rlcdn.com/api/identity/envelope?pid=1458' from origin 'https://direct.notateslaapp.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
This can be tested at this URL:
https://www.notateslaapp.com/software-updates/version/2020.48.35/release-notes?ads=monumetric
Any idea what could be happening? Does this have to do with Cloudflare when retrieving content from the origin? Admittedly I’m not super familiar with CORS and how Cloudflare implements it.
Thanks for your help!