-
Notifications
You must be signed in to change notification settings - Fork 77
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
Implement custom headers #207
Comments
Why? The library is an abstraction of what's needed to pull and feed RSS, and that's a pretty low-level addition... If you can give a use-case, that'd make it possible, but at present... doesn't seem to be much of a reason. |
Some RSS sites that use Cloudflare or Cors Security block us if we don't use specific headers, so I think it would be useful for that. Sorry for the very poorly explained description in the issue above. |
Like Crunchyroll for exemple. |
What specific headers are you looking for to bypass those? |
Like "x-requested-with" or "origin", i think one of these two is nice to add, since with it you can use a cors proxy (Like cors anywhere) |
Sorry, been thinking about what it would mean to add those specifically. |
I made this issue a while ago, so seeing today I agree with you, so, feel free to do. |
It would be super cool if we could specify a custom header.
The text was updated successfully, but these errors were encountered: