CKAN resource_proxy扩展名似乎不起作用。 documentation说
要允许视图插件访问外部文件,您需要激活 配置文件上的resource_proxy插件:
但是,启用resource_proxy后,我的视图插件仍然无法访问外部文件,这些站点具有相同的起源跨域限制。
文档还显示:
This will request the file on the server side and serve it from the same domain as CKAN.
以上句子是否表示更多设置?