Guest User

Untitled

a guest
Oct 10th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. urlUtils.addProxyRule({
  2. urlPrefix: "route.arcgis.com",
  3. proxyUrl: "http://localhost:88/ArcGIS/PHP/proxy.php"
  4. });
  5. urlUtils.addProxyRule({
  6. urlPrefix: "traffic.arcgis.com",
  7. proxyUrl: "http://localhost:88/ArcGIS/PHP/proxy.php"
  8. });
  9.  
  10. <?xml version="1.0" encoding="utf-8" ?>
  11. <ProxyConfig allowedReferers="*"
  12. logFile="proxy_log.log"
  13. mustMatch="true">
  14. <serverUrls>
  15. <serverUrl url="http://services.arcgisonline.com"
  16. username="*****"
  17. password="*****"
  18. matchAll="true"/>
  19. <serverUrl url="https://route.arcgis.com/"
  20. username="*****"
  21. password="*****"
  22. matchAll="true"/>
  23. </serverUrls>
  24. </ProxyConfig>
  25.  
  26. 10-10-18 17:06:25 | GET detected
  27. 10-10-18 17:06:25 | Resource using ArcGIS Server security
Add Comment
Please, Sign In to add comment