I'm using my Anonymous access OAuth token since I'm not looking for specific user information, but when I try to send the request, this is the error I am receiving:
Failed to load https://www.eventbrite.com/developer/v3/endpoints/events/?q=book&location.within=30mi&location.address=11101&token=XXX: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8080' is therefore not allowed access.
I also tried running this from my github address so it was an https, but still no success.
Anyone have thoughts on why I am getting this error and what I can change?
Thank you!