I am getting cors error while try to call auth/token api endpoint
Access to XMLHttpRequest at 'https://impartwealth.auth0.com/user/auth/token' from origin 'http://webapp.impartwealth.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I added the domain in allowed cors origin is there anyway to work around this.