I want to allow an external domain to use my wocommerce api endpoint

I want to allow an external domain to use my wocommerce api endpoint

Header set Access-Control-Allow-Origin "*"

Header set Access-Control-Allow-Methods “GET, POST, OPTIONS”

Header set Access-Control-Allow-Headers “Content-Type”

Header set Access-Control-Allow-Credentials “true”

is not working

With such scant details it is impossible to offer any advice/solutions. What the the domain the connection is coming from, what is the domain it is connecting to? What method is used to connect to it? Is there any authorisation required?

The better the details the better the chances of resolution.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.