CORS header ‘Access-Control-Allow-Origin’ missing
-
Hello,
I have installed W3 Total Cache but I’m getting error, on console:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cloud.mysite.com/assests/uploads/2018/12/why_choose_3.svg. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).[Learn More]
htaccess file have the proper data:
# BEGIN W3TC CDN
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
# END W3TC CDNHow to fix this problem ? In the meantime I have disabled the plugin.
- The topic ‘CORS header ‘Access-Control-Allow-Origin’ missing’ is closed to new replies.