CORS Issue with Missing or Invalid Response
-
Hi,
I’m encountering a CORS issue on my WordPress site. When I make a request to my site’s API from a different origin, I get the following error:
(( A cross-origin resource sharing (CORS) request was blocked because of invalid or missing response headers of the request or the associated preflight request. ))
my website is http://www.tijara-pro.com
I’ve tried adding the necessary CORS headers in.htaccessand in thefunctions.phpfile, but the problem persists.
- The topic ‘CORS Issue with Missing or Invalid Response’ is closed to new replies.