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

Flag to use rss2json for RSS throwing CORS issue #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BalajiTechs
Copy link

When one tries to use feedburner rss (xml format), CORS errors were observed. This PR add a flag(bypass_with_rssjson) to enable alternative method to use RSS in such case(xml to json conversion and than using JSON parser).

@BalajiTechs BalajiTechs mentioned this pull request May 1, 2021
@KyrieZess
Copy link

Hi, I use your updated code, but it is not working, because wrong variable call in the line 63. So it will work if you change if(bypass_with_rssjson) to if (this.bypass_with_rssjson).

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

Successfully merging this pull request may close these issues.

2 participants