FeedFlow

Unstable

This app has severe issues below that cause feeds not to work properly

Image of the FeedFlow application

Features

  1. Import and export

    Feeds can be migrated out of the app and into other applications
Requesting feed content unnecessarily severe

This app is unnecessarily re-requesting feed content from websites without waiting until there's actually new content published.

Why it's a problem

The unnecessary traffic wastes a website's resources that can be used for its other site visitors.

What it means for users

Websites are likely to limit this app from accessing feed content, causing feeds to not update properly or stop working entirely.

How to fix it

The application needs to be updated to wait until the max-age of Cache-Control header expires before re-requesting feed content or properly implement conditional requests.

Failing to declare the type of content it accepts critical

This application is requesting feed content from websites but but doesn't specify its format.

Why it's a problem

When a website doesn't know what format the application needs the content to be in, it has to try to guess the appropriate format, which could end up being incorrect.

What it means for users

If the website is left to assume and ends up delivering feed content to the app in the wrong format, it can cause feeds not to display or work properly.

How to fix it

The app should declare a common feed format it accepts content in using the Accept header.

Latest issues