Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWAs have restricted access to Cross Origin Resources #1

Open
dellagustin opened this issue Mar 8, 2020 · 0 comments
Open

PWAs have restricted access to Cross Origin Resources #1

dellagustin opened this issue Mar 8, 2020 · 0 comments

Comments

@dellagustin
Copy link
Contributor

dellagustin commented Mar 8, 2020

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:

  • Access to search engine APIs
  • Access to the content of RSS feeds
  • Access to the binary content of media for extraction of metadata.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant