hoojm1
March 16, 2024, 8:51pm
1
Hi All,
Please forgive me if I am posting a topic that has been solved already.
my netlify site is https://demo-jack-mvp.netlify.app/
I am receiving a CORS error while executing an external callback from my netlfiy site. The call is to an unsupported identity provider Xero. Needless to say i have had the functionality working without issues locally for sometime.
I have attached a screenshot of the cors error.
Any help would be gatefully appreciated.
dig
March 16, 2024, 8:53pm
2
This is not a Netlify issue. You need to configure CORS on the API such that it allows the site deployed to Netlify to access it.
Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources. CORS also relies on a mechanism by...
hoojm1
March 16, 2024, 9:00pm
3
Thanks for your quick reply, I will get on it.