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
axios.get('https://www.buzzsprout.com/api/1888595/episodes/${id}.json',{ headers with auth })
Everything works and we get a response with data. However some users have been experiencing CORS issues with the audio url that gets returned. I have not been able to replicate on my end but they sent screenshots of their error messages:
Would anyone know what the issue may be?
Thanks,
Mason
The text was updated successfully, but these errors were encountered:
So I looked at the issue you sent me. It appears people are having CORS issues when it comes to the actual response from the API. However that's working fine for us. The issue we're having is more so when the browser is downloading the actual audio url that comes back from the response.
Just curious would something like this work? When a user clicks download, open a new tab and add a param to the URL. This is something we already have and makes me feel better than opening up the CORS.
Hello!
So we are using the Buzzsprout API like so:
axios.get('https://www.buzzsprout.com/api/1888595/episodes/${id}.json',{ headers with auth })
Everything works and we get a response with data. However some users have been experiencing CORS issues with the audio url that gets returned. I have not been able to replicate on my end but they sent screenshots of their error messages:
Would anyone know what the issue may be?
Thanks,
Mason
The text was updated successfully, but these errors were encountered: