An open API service indexing awesome lists of open source software.

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.

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.