我正在使用esri javascript API开发Web应用程序。要访问跨域资源,我必须安装资源代理(https://github.com/Esri/resource-proxy)。我试图按照所述安装PHP版本,但是测试调用http://[yourmachine]/PHP/proxy.php?ping最终以黑屏和500 HTTP错误代码结束。
proxy-verification.php显示一切正常。
有什么想法吗?
答案 0 :(得分:0)
尝试在mustMatch="false"
中设置proxy.config
(仅用于测试)
答案 1 :(得分:0)
尝试在proxy.config中关注
<ProxyConfig allowedReferers="*"
mustMatch="false">
<serverUrls>
<serverUrl url="http://path/"
matchAll="true"
username="username"
password="password"
/>
</serverUrls> </ProxyConfig>