miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.97k stars 728 forks source link

Provided rss feed for newappsblog.com fails to be added #2781

Open nikolasdmtr opened 3 months ago

nikolasdmtr commented 3 months ago

The feed is https://www.newappsblog.com/atom.xml

It can be added normaly on other feed readers.

The message I get is "Access to this website is forbidden. Perhaps, this website has a bot protection mechanism?"

Qeynos commented 3 months ago

I encountered the same issue when I try to added this feed in Miniflux, and I also received Error 403 when adding it in Fluent Reader.

fguillot commented 3 months ago

This website shows Cloudflare captcha when trying with curl, httpx, or the Golang HTTP client from the standard library.

curl -v https://www.newappsblog.com/atom.xml

< HTTP/2 403
< date: Sun, 18 Aug 2024 22:35:55 GMT
< content-type: text/html; charset=UTF-8
< content-length: 16225
< server: cloudflare

...

[Cloudflare Captcha HTML page]

Unless someone has a solution to bypass this bot protection, there is not much that can be done.

nikolasdmtr commented 3 months ago

This clears things up. Thank you!