2 Star 0 Fork 0

mirrors_Esri/workflowmanager-viewer-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
proxy.config 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8" ?>
<!-- Proxy config is used to set the ArcGIS Server services that the proxy will forward to.
mustMatch: true to only proxy to sites listed, false to proxy to any site -->
<ProxyConfig mustMatch="true">
<serverUrls>
<!-- serverUrl options:
url = location of the ArcGIS Server, either a specific URL or a prefix
matchAll = true to forward any request beginning with the URL, false for an exact match
token = (optional) token to include for secured service
dynamicToken = if true, gets token dynamically with username and
password stored in web.config file's appSettings section.
-->
<serverUrl url="https://enterprise.arcgisonline.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://services.arcgisonline.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://tasks.arcgisonline.com/ArcGIS/rest/services" matchAll="true"/>
<serverUrl url="https://sampleserver1.arcgisonline.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://sampleserver2.arcgisonline.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://sampleserver3.arcgisonline.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://workflowsample.esri.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://workflowsample.esri.com:6443/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://workflowsample.esri.com:6443/arcgis/tokens" matchAll="true"/>
<!-- NOTE: Replace "myserver" with your server name and uncomment the XML lines below
If using https, replace http with https and update the port number from
6080 to 6443 as needed.
e.g. https://myserver:6443/arcgis/rest/services
-->
<!--
<serverUrl url="https://myserver/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://myserver:6443/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://myserver/arcgis/tokens" matchAll="true"/>
<serverUrl url="https://myserver:6443/arcgis/tokens" matchAll="true"/>
-->
</serverUrls>
</ProxyConfig>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_Esri/workflowmanager-viewer-js.git
git@gitee.com:mirrors_Esri/workflowmanager-viewer-js.git
mirrors_Esri
workflowmanager-viewer-js
workflowmanager-viewer-js
master

搜索帮助