add site
This commit is contained in:
1385
Site/proxy/proxy.ashx
Normal file
1385
Site/proxy/proxy.ashx
Normal file
File diff suppressed because it is too large
Load Diff
20
Site/proxy/proxy.config
Normal file
20
Site/proxy/proxy.config
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ProxyConfig allowedReferers="*"
|
||||
mustMatch="true">
|
||||
<serverUrls>
|
||||
<serverUrl url="https://traffic.arcgis.com/arcgis/rest/services/"
|
||||
clientId="4rtayAqWRTnOhEnC"
|
||||
clientSecret="6aca392a6b9e47739fff264e138ad7ab"
|
||||
matchAll="true"/>
|
||||
<serverUrl url="https://traffic.arcgis.com/arcgis/rest/info/"
|
||||
clientId="4rtayAqWRTnOhEnC"
|
||||
clientSecret="6aca392a6b9e47739fff264e138ad7ab"
|
||||
matchAll="true"/>
|
||||
<serverUrl url="https://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World/"
|
||||
clientId="4rtayAqWRTnOhEnC"
|
||||
clientSecret="6aca392a6b9e47739fff264e138ad7ab"
|
||||
matchAll="true"/>
|
||||
</serverUrls>
|
||||
</ProxyConfig>
|
||||
|
||||
<!-- See https://github.com/Esri/resource-proxy for more information -->
|
Reference in New Issue
Block a user