When behind reverse proxy datapusher try to reach ckan using the external url (ckan.site_url) instead of using ckan.datapusher.callback_url_base when configured. This fix read the original_url_base (the external url) sent from ckan and replace it with callback_url_base.
Fixes
When behind reverse proxy datapusher try to reach ckan using the external url (ckan.site_url) instead of using ckan.datapusher.callback_url_base when configured. This fix read the original_url_base (the external url) sent from ckan and replace it with callback_url_base.
See ckan pull request ckan/ckan#6617