feeds_fetcher_post
Security covered
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