feeds_http_auth_fetcher
701 sites
Security covered
This module adds a new Fetcher type plugin for use in Feeds. If you need to fetch an HTTP endpoint (JSON/XML) but must specify an Authorization token to get a successful response on your GET request then this is what you're looking for to make it work with Feeds imports.
To use:
- Add the module to your project. Hopefully using composer.
- Create or edit an existing Structure > Feed Type to use the newly provided Download From URL with Authorization option.
- Create or edit an existing Content > Feed to specify an Authorization Header below the URL.