Hello all!
I am trying to access a simple /listings/active get request. I can confirm that my access key works through tests on the browser search bar and the returned JSON object. When I try to make an asynchronous call through javascript I get this error. I have tried this request all sorts of ways including adding headers, jsonp, with axios or fetch. I didn't try jQuery ajax because I'm using React.js. Also I tried setting 'dataType: jsonp'
Has anyone run into this issue before?
Below is some details and snippets of code:
Error Messages:
XMLHttpRequest cannot load
https://openapi.etsy.com/v2/listings/active?api_key={I_removed_my_key}. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '
http://localhost:3000' is therefore not allowed access.
Code examples (All the different ways I tried to make the call):

