This module allows the Feeds module to make POST requests to download data. It lets you specify custom parameters and headers for these POST requests.
This module adds a new Fetcher type plugin to use in the Feeds module. You may use this to fetch a Download URL (i.e. JSON/XML) and specify custom parameters before getting successful responses on POST requests.
How to Use:
- Add the module to your project, using composer
- Edit via Structure > Feed Type, select Download From URL additional POST parameters fetcher.
- Add a Feed Content (Content > Feed) and add header and POST parameter
Guzzle request options BODY and FORM_PARAMS: https://docs.guzzlephp.org/en/stable/request-options.html
This module was inspired by this module for GET with header requests: Feeds Fetcher Headers
Depends on
Dependencies of the latest stable release
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 2.0.0 | Stable | 10–11 | Drupal 11 support | Jan 22, 2025 | |
| 2.0.0-alpha2 | Pre-release | 10–11 | Oct 25, 2024 |