CORS error
-
When I inspect my website, I found this error (https://prnt.sc/vs6pxi). I have tried a lot of solution such as adding the code below in .htaccess files but the error is still exist. Is that anyone of you know how to fix it ?
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CORS error’ is closed to new replies.