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

How to deal with cookie requests on sites and security #1143

Open
oliver2SO opened this issue Feb 13, 2025 · 1 comment
Open

How to deal with cookie requests on sites and security #1143

oliver2SO opened this issue Feb 13, 2025 · 1 comment

Comments

@oliver2SO
Copy link

I am running into a few issues with cookie form requests blocking access to the content. Also i am running into issues like this where it does not proceed: checking the site connection security

How do i solve these?

@nomagick
Copy link
Member

This is probably because the website you are trying to access has intentionally blocked bots like Reader.

To solve this issue, you probably need authorization from the website owner.
Technically, this could mean something like setting up a whitelisted IP address.

After you whitelist one of your IP addresses with the website owner, you can then set up a Proxy Server on this authorized machine, then use the X-Proxy-Url option of Reader to route requests through your authorized machine.

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

No branches or pull requests

2 participants