import_drupal icon indicating copy to clipboard operation
import_drupal copied to clipboard

data_fetcher_plugin: http + * headers:

Open Unisolve opened this issue 7 years ago • 0 comments

Thanks for the great article and the import_drupal repository, both are very helpful.

I've discovered that recent changes to the migrate_plus module now mean that the data_fetcher_plugin config for type 'http' now has a mandatory 'headers' section.

So I had to change the sample config from: data_fetcher_plugin: http

to: data_fetcher_plugin: http headers: Accept: application/json

I'm happy to create a pull request to send you these changes if that's useful

Unisolve avatar Jan 26 '18 00:01 Unisolve