-
Notifications
You must be signed in to change notification settings - Fork 27
Description
What problem does this address?
Feedzy currently only considers the first URL parameter when fetching RSS feeds. This limits compatibility with feeds that rely on multiple query parameters for access control and filtering. In the reported use case, the feed source is an external, international service that cannot be modified and uses multiple parameters (e.g. companyToken for access control, type for filtering content, and limit=-1 to return all items). The filtering parameter is not available at item level, making post-import filtering impossible.
What is your proposed solution?
Allow Feedzy to process and pass through all URL query parameters when fetching a feed, or provide a hook or configuration option (toggle) to enable full parameter support. This would improve compatibility with third-party and enterprise feed providers without impacting existing default behavior.
Requested here: https://secure.helpscout.net/conversation/3203027572/481584?viewId=34ff25c2-884f-4c1d-bef0-09436612ea97
Will this feature require documentation? (Optional)
None