Getting the above issue when I am trying to call the discourse APIs. I have already added an SSL certificate to my servers. I am adding the CORS options present on my admin panel but still getting this issue.
Has anyone faced something like this and could help me what is the way out of this???
I think for public Javascript clients, admin api is not allowed (sadly, this complicates everything, I know!) But you’re going to have to use User API keys specification instead.
For me, I’m still trying to figure out how as well. I just want to pull a .json response that’s publicly available.