Hey! i am new to Auth0 community. I was facing an issue in sending a simple api request on a different domain and getting following error. The api request working correctly in the postman but not working in browser.
I am already setting cross-origin request true in my header but still getting the error. Here is a snippet of my api call.
Also i thought it might be an server side issue so i changed allowed origins to https://* but still didn’t work. Does any one faced the similar issue and know any clue to solve it?