Make the Tags API endpoint open

Given the announcement that the tags field in the main API endpoint will be deprecated, we'd like to move to use the newer tags endpoint, however, in trying to do so we are hitting a CORS policy that says there is not cross-site policy. We have our settings set to have our API be public for the main ref, but this doesn't seem to impact the tags endpoint.

Our Tags endpoint is here. We'd simple like to be able to call that endpoint from our app and get our list of used tags in order to build the menu for our app.

https://collectnyc.cdn.prismic.io/api/tags

Hi there,

I couldn't reproduce the issue, I've done a GET fetch using the browser (chromium), and it works fine and well as Postman the is already a "cross-site" but it works, please check the screenshots:


Can you try again with another browser/tool?

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.