Skip to content
Andrea Peltrin edited this page Nov 19, 2023 · 3 revisions

These are some Coldsweat fetcher features worth noting.

HTTP Conditional GET

Ask for feed freshness before doing a regular GET of the data.

Follow feed location changes

Fetcher follows "301 Moved Permanently" HTTP status code and update feed information accordingly. The typical scenario is a feed previously self hosted then moved to Feedburner - or the other way around.

Disabled feeds

For each feed Coldsweat keeps has an error counter, so after a given maximum numbers of errors a feed gets disabled. This avoids waste bandwidth and time by polling dead feeds forever. Fetcher also understands "410 Gone" HTTP status code and disable feed immediately.