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
Public directories with APIs and support for CORS could be used.
One such example is podcastindex.org. https://gpodder.net/ does not support fetching episodes from a given feed, only fetching episode info for a single episode based on its media URL (I could not test this properly)
A PWA podcast aggregator that does not want to depend on a server side would require access to resources from other domains.
A few use cases:
This resources are owned by 3rd parties and the resource owners may not have allowed access from other origins.
Related issues
Possible workarounds
Public directories with APIs and support for CORS could be used.
One such example is podcastindex.org.
https://gpodder.net/ does not support fetching episodes from a given feed, only fetching episode info for a single episode based on its media URL (I could not test this properly)
Resources
The text was updated successfully, but these errors were encountered: