MATICOSO Posted November 7 Posted November 7 Hello, I hope someone can help me resolve this issue. I am trying to use the API with an access token, but when I make the request, I get a 401 CORS ‘Access-Control-Allow-Origin’ error, and the details say “Access token is not valid.” I am working in Angular. Thank you in advance.
Yasuaki Posted Tuesday at 11:29 AM Posted Tuesday at 11:29 AM Hello! Due to our API’s restrictions that disallow direct calls from the browser, please utilize a backend proxy such as Nginx or a similar tool in their local environment. [References]https://developer.mozilla.org/en-US/docs/Web/HTTP/CORShttps://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
Recommended Posts