https://github.com/backdrop-contrib/feeds_httpfetcher_append_headers
HTTPFetcher with support for appending request headers.
https://github.com/backdrop-contrib/feeds_httpfetcher_append_headers
backdrop backdropcms feeds
Last synced: 10 months ago
JSON representation
HTTPFetcher with support for appending request headers.
- Host: GitHub
- URL: https://github.com/backdrop-contrib/feeds_httpfetcher_append_headers
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2024-05-08T21:20:20.000Z (over 1 year ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2024-05-14T21:50:18.000Z (over 1 year ago)
- Last Synced: 2025-02-10T13:18:44.763Z (11 months ago)
- Topics: backdrop, backdropcms, feeds
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Feeds HTTPFetcher Append Headers
This Feeds HTTP fetcher plugin makes it possible to append custom request
headers to the feed request.
Usage example could be to set an API-token or authentication header to the
feed request.
## Installation
- Install this module using the [official Backdrop CMS instructions](https://backdropcms.org/guide/modules)
## Configuration and usage
Choose "Append Headers HTTP Fetcher" as fetcher plugin, and set the custom
headers on the fetcher settings page. Headers should be entered in key|value
format and separated with new line.
- Usage instructions can be [viewed and edited in the Wiki](https://github.com/backdrop-contrib/feeds_httpfetcher_append_headers/wiki).
## Dependencies
- [Feeds](https://backdropcms.org/project/feeds)
## Issues
- Bugs and Feature requests should be reported in the [Issue Queue](https://github.com/backdrop-contrib/feeds_httpfetcher_append_headers/issues).
## Current Maintainers
- [Laryn Kragt Bakker](https://github.com/laryn).
- Collaboration and co-maintainers welcome!
## Credits
- Ported to Backdrop CMS by [Laryn Kragt Bakker](https://github.com/laryn).
- Maintained for Drupal 7 by [Jens Beltofte Soerensen](https://www.drupal.org/user/151799)
- Sponsored for Drupal 7 by [FFW](https://www.drupal.org/ffw)
## License
This project is GPL v2 software. See the LICENSE.txt file in this directory for
complete text.