Guest User

Untitled

a guest
Oct 25th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <ProxyConfig allowedReferers="https://www.mydomain.com/*"
  2. mustMatch="true"
  3. logFile="proxyLog.txt"
  4. logLevel="Warning">
  5. <serverUrls>
  6. <serverUrl url="https://www.mydomain.com/myServer/rest/services/HabitatManagement/HabitatManagement/GPServer/"
  7. username="username"
  8. password="password"
  9. matchAll="true"/>
  10. <serverUrl url="https://www.mydomain.com/myServer/rest/services/HabitatMonitoring/HabitatData/MapServer"
  11. username="username"
  12. password="password"
  13. matchAll="true" />
  14. <serverUrl url="https://www.mydomain.com/myServer/rest/services/HabitatMonitoring/HabitatClassification/GPServer/uploads/upload"
  15. username="username"
  16. password="password"
  17. matchAll="true" />
  18. </serverUrls>
Add Comment
Please, Sign In to add comment