RSS feed subscriptions not working in Feedbro
-
Reached out to the developer about issue and to confirm request headers.
-
Developer acknowledged issue and confirmed request headers.
-
Confirmed with the developer that the issue is due to Feedbro's request headers. The application is making requests to RSS feeds with headers as if it were a web browser, instead of using the typical headers of an RSS application. To resolve the issue, the application needs to either:
- Explicitly include an XML mime type as its
Accept
request header or - Use a unique and identifiable user agent in its request headers
- Explicitly include an XML mime type as its