You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XMLHttpRequest cannot load http://api.openaura.com/v1/info/artists/71?id_type=oa%3Aartist_id&limit=100&api_key=YOUR_API_KEY. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:5000' is therefore not allowed access. The response had HTTP status code 403.
First I am not allowed to consume the resource via CORS, and secondly my api key is not transferred correctly to the module. It could be that I am misusing it, and if so I would gladly appreciate any further direction.
Thanks!
Daniel
The text was updated successfully, but these errors were encountered:
PradatiusD
changed the title
Can't Initiate on Localhost
Can't initiate on localhost
Jul 9, 2015
Just to let you know this is Daniel Prada from Spanish Broadcasting System. The reason I ask this is that I am trying to decide between forking the Openaura CoffeeScript Node SDK or using this client-side Javascript one. Currently the CoffeeScript one needs work because it is missing some functionality (pagination, filtering, docs, etc).
In our conversations it was mentioned that this Javascript repository would be the place to look for on how to properly use and work with the delta API.
I am just trying to figure out where to base our API code off of.
Hi Openaura devs!
I am trying to move from the older CoffeeScript version to this one which will be updated. I am running into this issue while testing on localhost.
And here is the error:
First I am not allowed to consume the resource via CORS, and secondly my api key is not transferred correctly to the module. It could be that I am misusing it, and if so I would gladly appreciate any further direction.
Thanks!
Daniel
The text was updated successfully, but these errors were encountered: