Skip to main content
RSS Connectors support downloading remote RSS and Atom feeds.

Key Capabilities

  • RSS and Atom feed consumption with automatic polling and multiple authentication schemes
  • Incremental update support using If-Modified-Since headers and ETag-based duplicate detection
  • Configurable response header promotion for metadata extraction

Overview

RSS connectors expose a simple interface to automatically poll for downloadable content from a specific RSS or Atom feed. The connector can be configured to only process new and updated content, and can perform both HTTP and TLS authentication to the remote service.

Connector Settings

Settings Tab

Configuration

Settings related to the core configuration of the connector.

Authentication

Settings related to authenticating with the RSS service.

TLS Server Authentication

Settings related to verifying the TLS server’s identity.

Advanced Tab

Advanced Settings

Settings not included in the previous categories.

Proxy Settings

Message

Logging

Miscellaneous

Automation Tab

Automation Settings

Settings related to the automatic processing of files by the connector.

Alerts Tab

SLAs Tab

Establishing a Connection

A valid target Feed URL is required to establish a connection to any RSS service. Some services might also require authentication or a set of custom headers in order to consume the service. The connector silently supports both HTTP and HTTPS target URLs. If the target URL is an HTTPS URL, set the TLS Server Certificate to the public key certificate identifying the server. To implicitly trust the target endpoint, set the field to Any Certificate.

Authentication

The RSS connector supports HTTP authentication in the following formats:
  • Basic (plain text)
  • Digest (encrypted)
  • NTLM
  • Negotiate
  • Proprietary
The connector provides the credentials specified in Username and Password with each request to the remote RSS service.

Automatic Cache Cleanup