ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
76 stars 152 forks source link

Better callback url base management (behind reverse proxy) #239

Open nikiink opened 2 years ago

nikiink commented 2 years ago

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