Showing posts with label settings. Show all posts
Showing posts with label settings. Show all posts

Wednesday, March 7, 2018

Using Proxy with ArcGIS JS


For servers without CORS enabled. We can use proxy mechanism to access the services.

This is done by modifying the proxy.ashx.

You can also add any parameters before sending the request to the actual server.

More references could be found at:

https://developers.arcgis.com/javascript/latest/guide/proxies/index.html

Monday, April 20, 2015

Speed Up the Eclipse IDE

Nice tutorials and references for people who find their Eclipse is kinda slow:

  • http://www.nicolasbize.com/blog/7-tips-to-speed-up-eclipse/


CSP on Apache

To add CSP to root if sort of funny. The following will NOT work for most cases !!     <LocationMatch "^/$">        Header s...