We are pulling in content from a 3rd party and we’re using their widget. This is how we’re using the code:
<script src=”[https://www.3rd.com/widget/v1/abc123](https://www.3rdparty.com)”></script>
All of a sudden we’re now getting CORS errors. This is the error we get:
Access to script at ‘https://www.3rd.com/widget/v1/abc123’ from origin ‘https://www.mysite.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Any suggestions on how to fix this. I tried to adjust some settings in the headers and I’m not having any luck.
[ad_2]