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