extractus / feed-extractor

Simplest way to read & normalize RSS/ATOM/JSON feed data

Home Page:https://extractor-demos.pages.dev/feed-extractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CORS

csimpi opened this issue · comments

commented

Hi,
thx for this awesome library.

Unfortunately, I can't fetch 90% of the RSS sources because of CORS issues.
Do you have any suggestions on how to solve it?

@csimpi where do you run it? nodejs or deno or browser?

commented

From browser, and I am wondering how to solve it now. Through an express gateway maybe?

commented

@ndaidong thank you, in the meantime, I did (almost) the same, and works, I really appreciate your help!