Guest User

Untitled

a guest
Apr 13th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.47 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <ProxyConfig allowedReferers="*"
  3.              logLevel="Verbose"
  4.             mustMatch="false">
  5.     <serverUrls>
  6.         <serverUrl url="http://services.arcgisonline.com"
  7.                     matchAll="true"/>
  8.         <serverUrl url="http://mylaptop/"
  9.                     matchAll="true"/>
  10.                    
  11.         <serverUrl url="http://yourorg.maps.arcgis.com/"
  12.                     clientId="xxxxxxxxxx"
  13.                     clientSecret="xxxxxxxxxxxxxxxxxxxxxxx"
  14.                     oauth2Endpoint="https://yourorg.maps.arcgis.com/sharing/oauth2"
  15.                     rateLimit="600"
  16.                     rateLimitPeriod="60"
  17.                     matchAll="true"/>
  18.        
  19.         <serverUrl url="https://yourorg.maps.arcgis.com/"
  20.                     clientId="xxxxxxxxxxxx"
  21.                     clientSecret="xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  22.                     oauth2Endpoint="https://yourorg.maps.arcgis.com/sharing/oauth2"
  23.                     rateLimit="600"
  24.                     rateLimitPeriod="60"
  25.                     matchAll="true"/>
  26.                    
  27.         <serverUrl url="http://services1.arcgis.com/xxxxxxtheitemIDxx/arcgis/rest/services/"
  28.                     clientId="2cOlONXfEVBIjdZ0"
  29.                     clientSecret="6f2dd99f017c4127bdb2eaf3b8e8b592"
  30.                     oauth2Endpoint="https://yourorg.maps.arcgis.com/sharing/oauth2"
  31.                     rateLimit="600"
  32.                     rateLimitPeriod="60"
  33.                     matchAll="true"/>
  34.                    
  35.         <serverUrl url="https://www.arcgis.com/sharing/oauth2"
  36.                     clientId="xxxxxxxxxxxx"
  37.                     clientSecret="xxxxxxxxxxxxxxxxxxxxxx"
  38.                     oauth2Endpoint="https://yourorg.maps.arcgis.com/sharing/oauth2"
  39.                     rateLimit="600"
  40.                     rateLimitPeriod="60"
  41.                     matchAll="true"/>                  
  42.                    
  43.     </serverUrls>
  44.    
  45.    
  46. </ProxyConfig>
Add Comment
Please, Sign In to add comment