Guest User

Untitled

a guest
Nov 26th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <ProxyConfig allowedReferers="*"
  2. mustMatch="false"
  3. logFile="proxyLog.txt"
  4. logLevel="Warning">
  5. <serverUrls>
  6. <serverUrl url="https://www.mydomain.com/myserver/rest/services/HabitatManagement/HabitatManagement/GPServer"
  7. username="xxx"
  8. password="xxx"
  9. matchAll="true"/>
  10. <serverUrl url="https://www.mydomain.com/myserver/rest/services/HabitatMonitoring/HabitatData/MapServer"
  11. username="xxx"
  12. password="xxx"
  13. matchAll="true" />
  14. <serverUrl url="https://www.mydomain.com/myserver/rest/services/HabitatMonitoring/HabitatClassification/GPServer"
  15. username="xxx"
  16. password="xxx"
  17. matchAll="true" />
  18. </serverUrls>
  19.  
  20. <ProxyConfig allowedReferers="https://www.mydomain.com/*,"http:/localhost:14906/*"
  21.  
  22. <ProxyConfig allowedReferers="https://www.mydomain.com/*,"http:/localhost:14906/appName/*"
Add Comment
Please, Sign In to add comment