Admin-ajax.php CORS Error
-
I run into a CORS problem when loading the ‘/wp-admin/admin-ajax.php’ in the projects section of my website.
I have added the following directive in the htacces, but it still doesn’t work.
I would appreciate any suggestions on how to fix the problem.
<IfModule mod_headers.c> Header set Access-Control-Allow-Origin * </IfModule>
Thanks in advance
I provide a screenshot
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Admin-ajax.php CORS Error’ is closed to new replies.