Javier Abadia 83e22af20b fix proxy configuration
return http errors instead of 200 OK when bad things happen
2014-02-27 19:01:10 +01:00

26 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<ProxyConfig allowedReferers="*"
mustMatch="true">
<serverUrls>
<serverUrl url="http://services.arcgisonline.com" matchAll="true"/>
<serverUrl url="http://sampleserver3.arcgisonline.com" matchAll="true"/>
<serverUrl url="http://sampleserver6.arcgisonline.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="http://tiles1.arcgis.com/tiles/" matchAll="true"/>
<serverUrl url="http://tiles2.arcgis.com/tiles/" matchAll="true"/>
<serverUrl url="http://tiles3.arcgis.com/tiles/" matchAll="true"/>
<serverUrl url="http://tiles4.arcgis.com/tiles/" matchAll="true"/>
<serverUrl url="http://www.mapabase.es/ArcGIS/" matchAll="true"/>
<serverUrl url="http://server.arcgisonline.com/ArcGIS/rest/services/" matchAll="true"/>
<serverUrl url="http://services.arcgisonline.com/ArcGIS/rest/services/" matchAll="true"/>
<serverUrl url="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/" matchAll="true"/>),
<serverUrl url="http://sampleserver2.arcgisonline.com/ArcGIS/rest/services/" matchAll="true"/>),
<serverUrl url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/" matchAll="true"/>),
<serverUrl url="http://sampleserver5.arcgisonline.com/ArcGIS/rest/services/" matchAll="true"/>),
<serverUrl url="http://sampleserver1a.arcgisonline.com/arcgisoutput/" matchAll="true"/>),
<serverUrl url="http://sampleserver1b.arcgisonline.com/arcgisoutput/" matchAll="true"/>),
<serverUrl url="http://sampleserver1c.arcgisonline.com/arcgisoutput/" matchAll="true"/>)
</serverUrls>
</ProxyConfig>
<!-- See https://github.com/Esri/resource-proxy for more information -->